[298267]: [xpath2] problems with xpath2 "instance of" evaluation https://bugs.eclipse.org/bugs/show_bug.cgi?id=298267
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java index 5c2978c..0730fe8 100644 --- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java +++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/TestBugs.java
@@ -1187,7 +1187,7 @@ String actual = result.string_value(); - assertEquals("false", actual); + assertEquals("true", actual); } public void testXPathInstanceOf4() throws Exception { @@ -1288,7 +1288,7 @@ String actual = result.string_value(); - assertEquals("true", actual); + assertEquals("false", actual); } public void testXPathInstanceNonExistantElement() throws Exception {