commit | c7dcd1eb45ea1d01a7c7cb8a26485bff0bd5faac | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@123451ca-8445-de46-9d55-352943316053> | Fri Mar 30 22:19:19 2012 +0000 |
committer | zheilbron <zheilbron@123451ca-8445-de46-9d55-352943316053> | Fri Mar 30 22:19:19 2012 +0000 |
tree | 1500e6594b521e88194370d22f1ada3f3d093205 | |
parent | 5287de01f9a51165dca7a694238ea8609a64c87e [diff] |
Fixed bug in integration test where wrong operation was being chosen for certain tests git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1325 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-examples/hyracks-integration-tests/src/test/java/edu/uci/ics/hyracks/tests/am/btree/AbstractBTreeOperatorTest.java b/hyracks-examples/hyracks-integration-tests/src/test/java/edu/uci/ics/hyracks/tests/am/btree/AbstractBTreeOperatorTest.java index f512ba0..e2418e6 100644 --- a/hyracks-examples/hyracks-integration-tests/src/test/java/edu/uci/ics/hyracks/tests/am/btree/AbstractBTreeOperatorTest.java +++ b/hyracks-examples/hyracks-integration-tests/src/test/java/edu/uci/ics/hyracks/tests/am/btree/AbstractBTreeOperatorTest.java
@@ -223,7 +223,7 @@ } protected void insertPipeline(boolean useUpsert) throws Exception { - IndexOp pipelineOperation = useUpsert ? IndexOp.INSERT : IndexOp.UPSERT; + IndexOp pipelineOperation = useUpsert ? IndexOp.UPSERT : IndexOp.INSERT; JobSpecification spec = new JobSpecification(); FileSplit[] ordersSplits = new FileSplit[] { new FileSplit(NC1_ID, new FileReference(new File(