commit | 7696def03e57188815b4dfc5c99fa08aa7bc2876 | [log] [tgz] |
---|---|---|
author | Raman Grover <ramangrover29@gmail.com> | Mon Dec 02 10:34:07 2013 +0530 |
committer | Raman Grover <ramangrover29@gmail.com> | Mon Dec 02 10:34:07 2013 +0530 |
tree | e42e6fc6aa53d63aaca671fd40d062ae76569bff | |
parent | 0a1f22410a623d628d9d0c887aff9a5cdd67cdb5 [diff] [blame] |
added test for installation and use of an external adaptor
diff --git a/asterix-installer/src/test/resources/integrationts/library/testsuite.xml b/asterix-installer/src/test/resources/integrationts/library/testsuite.xml index 65780d9..be9ba0e 100644 --- a/asterix-installer/src/test/resources/integrationts/library/testsuite.xml +++ b/asterix-installer/src/test/resources/integrationts/library/testsuite.xml
@@ -45,5 +45,12 @@ </compilation-unit> </test-case> </test-group> + <test-group name="library-adapters"> + <test-case FilePath="library-adapters"> + <compilation-unit name="typed_adapter"> + <output-dir compare="Text">typed_adapter</output-dir> + </compilation-unit> + </test-case> + </test-group> </test-suite>