Skip to content

Commit d0253b1

Browse files
llingllinggit
authored andcommitted
Fix unit test expected results
1 parent 5f6a381 commit d0253b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

marklogic-client-api/src/test/java/com/marklogic/client/test/RowManagerTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,9 +1211,7 @@ public void testColumnInfo() throws IOException {
12111211
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"lastName\", \"type\":\"string\", \"nullable\":false}\n" +
12121212
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"firstName\", \"type\":\"string\", \"nullable\":false}\n" +
12131213
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"dob\", \"type\":\"date\", \"nullable\":false}\n" +
1214-
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"rowid\", \"type\":\"rowid\", \"nullable\":false}\n" +
1215-
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"__docid\", \"type\":\"fraghint\", \"nullable\":false}\n" +
1216-
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"__content\", \"type\":\"value\", \"nullable\":false}";
1214+
"{\"schema\":\"opticUnitTest\", \"view\":\"musician\", \"column\":\"rowid\", \"type\":\"rowid\", \"nullable\":false}";
12171215
RowManager rowMgr = Common.client.newRowManager();
12181216

12191217
PlanBuilder p = rowMgr.newPlanBuilder();

0 commit comments

Comments
 (0)