commit | b9ff1307163a4b998784234002fa4a7ac50402e1 | [log] [tgz] |
---|---|---|
author | Young-Seok <kisskys@gmail.com> | Tue Aug 20 23:49:15 2013 -0700 |
committer | Young-Seok <kisskys@gmail.com> | Tue Aug 20 23:49:15 2013 -0700 |
tree | ae717409825ae1809b0d7465ad41fec44ef40994 | |
parent | eea65555a86a13674e9bf842c1d719fa8b3b8437 [diff] |
removed test code in TestsUtils.java.
diff --git a/asterix-common/src/test/java/edu/uci/ics/asterix/test/aql/TestsUtils.java b/asterix-common/src/test/java/edu/uci/ics/asterix/test/aql/TestsUtils.java index 560e0bd..861cce5 100644 --- a/asterix-common/src/test/java/edu/uci/ics/asterix/test/aql/TestsUtils.java +++ b/asterix-common/src/test/java/edu/uci/ics/asterix/test/aql/TestsUtils.java
@@ -332,9 +332,6 @@ for (TestFileContext ctx : testFileCtxs) { testFile = ctx.getFile(); - if (!testFile.getName().contains("insert-into-loaded-dataset_02")) { - continue; - } statement = TestsUtils.readTestFile(testFile); try { switch (ctx.getType()) {