Skip to content

Commit 8f4c091

Browse files
committed
Merge pull request #57 from ApiSecRay/master
Run on Linux & in Eclipse Thank you for the PR!
2 parents 66307b6 + 46eef1b commit 8f4c091

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.classpath
2+
.project
3+
.settings/
4+

compiler/src/test/java/org/hisrc/jsonix/xml/xsom/tests/MultiplicityCounterElementRef01Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class MultiplicityCounterElementRef01Test {
2121
@Before
2222
public void loadModel() throws Exception {
2323
model = MModelInfoLoader.INSTANCE
24-
.loadModel("jsonschema/minmaxoccurs/elementref01.xsd");
24+
.loadModel("jsonschema/minmaxoccurs/elementRef01.xsd");
2525
}
2626

2727
@Test

compiler/src/test/java/org/hisrc/jsonix/xml/xsom/tests/MultiplicityCounterElementRefs01Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class MultiplicityCounterElementRefs01Test {
2121
@Before
2222
public void loadModel() throws Exception {
2323
model = MModelInfoLoader.INSTANCE
24-
.loadModel("jsonschema/minmaxoccurs/elementrefs01.xsd");
24+
.loadModel("jsonschema/minmaxoccurs/elementRefs01.xsd");
2525
}
2626

2727
@Test

0 commit comments

Comments
 (0)