commit | fce3187ac092545149686f82e18f3d6fe935b3a5 | [log] [tgz] |
---|---|---|
author | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Apr 11 01:25:16 2013 +0000 |
committer | khfaraaz82@gmail.com <khfaraaz82@gmail.com@eaa15691-b419-025a-1212-ee371bd00084> | Thu Apr 11 01:25:16 2013 +0000 |
tree | c25fba5c7284e113f06c093a22d4b3a5d1e72708 | |
parent | f18c14b0925c187cdab09475819b790d54d7cb49 [diff] |
Added dml/drop-index test to testsuite.xml git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_lsm_stabilization@1720 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/src/test/resources/runtimets/testsuite.xml b/asterix-app/src/test/resources/runtimets/testsuite.xml index 90fe557..700f06f 100644 --- a/asterix-app/src/test/resources/runtimets/testsuite.xml +++ b/asterix-app/src/test/resources/runtimets/testsuite.xml
@@ -774,6 +774,11 @@ </compilation-unit> </test-case> <test-case FilePath="dml"> + <compilation-unit name="drop-index"> + <output-dir compare="Text">drop-index</output-dir> + </compilation-unit> + </test-case> + <test-case FilePath="dml"> <compilation-unit name="create-drop-cltype"> <output-dir compare="Text">create-drop-cltype</output-dir> </compilation-unit>