commit | ebffdad5cca0945ade66a092abf9aecd323a49bf | [log] [tgz] |
---|---|---|
author | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Sat Feb 09 03:58:36 2013 +0000 |
committer | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Sat Feb 09 03:58:36 2013 +0000 |
tree | cf3087ea81523c64d34140dd64c6f54c4e8b627e | |
parent | 7be9246de94d620e55d1b0672a6eac6c842afe7e [diff] |
Minor edit to test git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@1174 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/queries/dml/drop-empty-secondary-indexes.aql b/asterix-app/src/test/resources/runtimets/queries/dml/drop-empty-secondary-indexes.aql index 8b53f1e..2534e51 100644 --- a/asterix-app/src/test/resources/runtimets/queries/dml/drop-empty-secondary-indexes.aql +++ b/asterix-app/src/test/resources/runtimets/queries/dml/drop-empty-secondary-indexes.aql
@@ -16,6 +16,8 @@ zip : string } +write output to nc1:"rttest/dml_drop-empty-secondary-indexes.adm"; + create dataset t1(TestType) partitioned by key id; create index rtree_index_point on t1(locn) type rtree;