| commit | 8f2f3199d6d08eb5f339b65df091c1f22f819804 | [log] [tgz] |
|---|---|---|
| author | dacarver <dacarver> | Sat Nov 28 02:53:18 2009 +0000 |
| committer | dacarver <dacarver> | Sat Nov 28 02:53:18 2009 +0000 |
| tree | 176b71c8d2059a6d9d8bb7dd08ab480ba89330f6 | |
| parent | 078496526fee93a6a23533191179c21c405468f8 [diff] |
[292085] fn:in-scope-prefixes not implemented.
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/AllW3CFunctionTests.java b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/AllW3CFunctionTests.java index aa32484..6fa00b1 100644 --- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/AllW3CFunctionTests.java +++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/src/org/eclipse/wst/xml/xpath2/processor/test/AllW3CFunctionTests.java
@@ -44,7 +44,7 @@ suite.addTestSuite(NotFuncTest.class); suite.addTestSuite(IRIToURIfuncTest.class); suite.addTestSuite(SeqExistsFuncTest.class); -// suite.addTestSuite(InScopePrefixesFuncTest.class); + suite.addTestSuite(InScopePrefixesFuncTest.class); suite.addTestSuite(UpperCaseFuncTest.class); suite.addTestSuite(HoursFromDurationFuncTest.class); suite.addTestSuite(TimezoneFromDateTimeFuncTest.class);