commit | b3bb518435ef4bad77ad19efa79402ec5a57d6a5 | [log] [tgz] |
---|---|---|
author | ramangrover29 <ramangrover29@gmail.com> | Tue Dec 03 22:17:54 2013 +0530 |
committer | ramangrover29 <ramangrover29@gmail.com> | Tue Dec 03 22:17:54 2013 +0530 |
tree | 32dda65a794c8ede5cc40d20628d0504ce40f0b5 | |
parent | 7696def03e57188815b4dfc5c99fa08aa7bc2876 [diff] |
corrected the external adaptor test case to use the right library
diff --git a/asterix-installer/src/test/resources/integrationts/library/queries/library-adapters/typed_adapter/typed_adapter.1.ddl.aql b/asterix-installer/src/test/resources/integrationts/library/queries/library-adapters/typed_adapter/typed_adapter.1.ddl.aql index 0c2df82..c38b5bc 100644 --- a/asterix-installer/src/test/resources/integrationts/library/queries/library-adapters/typed_adapter/typed_adapter.1.ddl.aql +++ b/asterix-installer/src/test/resources/integrationts/library/queries/library-adapters/typed_adapter/typed_adapter.1.ddl.aql
@@ -18,4 +18,4 @@ primary key tweetid; create feed TestTypedAdaptorFeed -using "externallibtest#test_typed_adaptor" (("num_output_records"="5"),("type-name"="TestTypedAdaptorOutputType")); +using "testlib#test_typed_adaptor" (("num_output_records"="5"),("type-name"="TestTypedAdaptorOutputType"));