Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jaxb
diff options
context:
space:
mode:
authorpfullbright2012-02-24 20:35:50 +0000
committerpfullbright2012-02-24 20:35:50 +0000
commitebdc35eb1944502226191fce5cf70d1616b93215 (patch)
tree9861cdcb52d9f22dd7440ad6236f70f95cc1781f /jaxb
parente91351dbbb1a1ed0e1ea0fd14ddb7a178ada97f0 (diff)
downloadwebtools.dali-ebdc35eb1944502226191fce5cf70d1616b93215.tar.gz
webtools.dali-ebdc35eb1944502226191fce5cf70d1616b93215.tar.xz
webtools.dali-ebdc35eb1944502226191fce5cf70d1616b93215.zip
fixed failing test
Diffstat (limited to 'jaxb')
-rw-r--r--jaxb/tests/org.eclipse.jpt.jaxb.core.tests/src/org/eclipse/jpt/jaxb/core/tests/internal/SchemaLibraryTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaxb/tests/org.eclipse.jpt.jaxb.core.tests/src/org/eclipse/jpt/jaxb/core/tests/internal/SchemaLibraryTests.java b/jaxb/tests/org.eclipse.jpt.jaxb.core.tests/src/org/eclipse/jpt/jaxb/core/tests/internal/SchemaLibraryTests.java
index c5f335cca1..eecf3ee5b2 100644
--- a/jaxb/tests/org.eclipse.jpt.jaxb.core.tests/src/org/eclipse/jpt/jaxb/core/tests/internal/SchemaLibraryTests.java
+++ b/jaxb/tests/org.eclipse.jpt.jaxb.core.tests/src/org/eclipse/jpt/jaxb/core/tests/internal/SchemaLibraryTests.java
@@ -27,7 +27,7 @@ public class SchemaLibraryTests
// tests schema for namespace that is set in catalog, but not in project properties
public void testUnsetNamespace() {
- String namespace = "http://www.eclipse.org/eclipselink/xsds/persistence/orm";
+ String namespace = "http://www.w3.org/2001/XInclude";
// test initial load
XsdSchema schema = getJaxbProject().getSchemaLibrary().getSchema(namespace);

Back to the top