commit | 869aa25b410a1205b56549c036c3a10f8a9dece0 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Wed Nov 28 10:27:46 2012 +0000 |
committer | buyingyi <buyingyi@eaa15691-b419-025a-1212-ee371bd00084> | Wed Nov 28 10:27:46 2012 +0000 |
tree | 32a631ee8f3f3e2da0a03371e5205c349066e121 | |
parent | 5a520490742e7b19b4147876df20b7cb08ad7123 [diff] [blame] |
fix issue 205 git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization_printerfix@959 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 f32f0b8..2e4f590 100644 --- a/asterix-app/src/test/resources/runtimets/testsuite.xml +++ b/asterix-app/src/test/resources/runtimets/testsuite.xml
@@ -739,6 +739,11 @@ </test-group> <test-group name="dml"> <test-case FilePath="dml"> + <compilation-unit name="query-issue205"> + <output-file compare="Text">query-issue205.adm</output-file> + </compilation-unit> + </test-case> + <test-case FilePath="dml"> <compilation-unit name="delete-from-loaded-dataset-with-index"> <output-file compare="Text">delete-from-loaded-dataset-with-index.adm</output-file> </compilation-unit>