File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test-complete/src/test/java/com/marklogic/client/functionaltest Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public void validateMetadata(DocumentMetadataHandle mh){
149149 assertTrue ("Document property reviewed not found or not correct" , actualProperties .contains ("reviewed:true" ));
150150 assertTrue ("Document property myInteger not found or not correct" , actualProperties .contains ("myInteger:10" ));
151151 assertTrue ("Document property myDecimal not found or not correct" , actualProperties .contains ("myDecimal:34.56678" ));
152- assertTrue ("Document property myCalendar not found or not correct" , actualProperties .contains ("myCalendar:2014 " ));
152+ assertTrue ("Document property myCalendar not found or not correct" , actualProperties .contains ("myCalendar:2015 " ));
153153 assertTrue ("Document property myString not found or not correct" , actualProperties .contains ("myString:foo" ));
154154
155155 // Permissions
You can’t perform that action at this time.
0 commit comments