| commit | 3da20ebe1c8395b3fb82bfbbfcf586a009e43abb | [log] [tgz] |
|---|---|---|
| author | dacarver <dacarver> | Tue Dec 29 14:29:45 2009 +0000 |
| committer | dacarver <dacarver> | Tue Dec 29 14:29:45 2009 +0000 |
| tree | 4fa05a2ff74f6df5cc4fe24bdd6cffd2a9400614 | |
| parent | 3d4b1784d0e64527e145853d8e64f5c39d20b91d [diff] |
[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 0730fe8..d1af8d8 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
@@ -1288,7 +1288,7 @@ String actual = result.string_value(); - assertEquals("false", actual); + assertEquals("true", actual); } public void testXPathInstanceNonExistantElement() throws Exception {