commit | 24bbc1b6c2faa178add5c1acce631ed5b74f5f75 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@gmail.com> | Tue May 14 13:09:20 2013 -0700 |
committer | buyingyi <buyingyi@gmail.com> | Tue May 14 13:09:20 2013 -0700 |
tree | cdd122ee003e790d1645a4c3bc755078c920fc2c | |
parent | d7c3748258152273ed22c6c607d760c79b5ea371 [diff] |
address Pouria's review comments
diff --git a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.1.ddl.aql b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.1.ddl.aql index 2fbbf2f..882fecb 100644 --- a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.1.ddl.aql +++ b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.1.ddl.aql
@@ -1,3 +1,10 @@ +/* + * Description : This test case is to verify the fix for issue51 + : https://code.google.com/p/asterixdb/issues/detail?id=51 + * Expected Res : SUCCESS + * Date : 14th May 2013 + */ + drop dataverse test if exists; create dataverse test;
diff --git a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.2.update.aql b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.2.update.aql index e69de29..45fba70 100644 --- a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.2.update.aql +++ b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.2.update.aql
@@ -0,0 +1,6 @@ +/* + * Description : This test case is to verify the fix for issue51 + : https://code.google.com/p/asterixdb/issues/detail?id=51 + * Expected Res : SUCCESS + * Date : 14th May 2013 + */ \ No newline at end of file
diff --git a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.3.query.aql b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.3.query.aql index 1bb2081..9781eb5 100644 --- a/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.3.query.aql +++ b/asterix-app/src/test/resources/runtimets/queries/custord/join_q_04/join_q_04.3.query.aql
@@ -1,3 +1,10 @@ +/* + * Description : This test case is to verify the fix for issue51 + : https://code.google.com/p/asterixdb/issues/detail?id=51 + * Expected Res : SUCCESS + * Date : 14th May 2013 + */ + use dataverse test; for $c in dataset Customers