File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
marklogic-client-api/src/test/java/com/marklogic/client/test/rows Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1111import com .marklogic .client .row .RowRecord ;
1212import com .marklogic .client .test .Common ;
1313import com .marklogic .client .type .PlanSystemColumn ;
14- import org .junit .Ignore ;
1514import org .junit .Test ;
1615
1716import java .util .ArrayList ;
@@ -100,7 +99,7 @@ public void notExistsJoin() {
10099
101100 List <RowRecord > rows = resultRows (plan );
102101 assertEquals ("Only doc2 should be returned; doc1 should have been filtered out by the notExistsJoin " +
103- "since it already exists" , 1 , rows .size ());
102+ "since it already exists" , 1 , rows .size ());
104103 assertEquals ("/acme/doc2.json" , rows .get (0 ).getString ("uri" ));
105104
106105 // doc1 should not have been modified since it was filtered out from the plan
@@ -173,7 +172,6 @@ public void wrapContentInEnvelope() {
173172 }
174173
175174 @ Test
176- @ Ignore ("See https://bugtrack.marklogic.com/58137" )
177175 public void writeNewDocsFromView () {
178176 if (!Common .markLogicIsVersion11OrHigher ()) {
179177 return ;
You can’t perform that action at this time.
0 commit comments