Fix test
This commit is contained in:
parent
7884a33ff1
commit
38dcc92f2b
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="src" path="test/java"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="lib" path="libs/bsh-core-2.0b4.jar"/>
|
<classpathentry kind="lib" path="libs/bsh-core-2.0b4.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/bzip2-20090327.jar"/>
|
<classpathentry kind="lib" path="libs/bzip2-20090327.jar"/>
|
||||||
|
@ -11,5 +12,8 @@
|
||||||
<classpathentry kind="lib" path="libs/tuprolog.jar"/>
|
<classpathentry kind="lib" path="libs/tuprolog.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/icu4j-49_1_patched.jar"/>
|
<classpathentry kind="lib" path="libs/icu4j-49_1_patched.jar"/>
|
||||||
<classpathentry kind="lib" path="libs/gnu-trove-osmand.jar"/>
|
<classpathentry kind="lib" path="libs/gnu-trove-osmand.jar"/>
|
||||||
|
<classpathentry kind="lib" path="test-libs/gson-2.6.2.jar"/>
|
||||||
|
<classpathentry kind="lib" path="test-libs/hamcrest-core-1.3.jar"/>
|
||||||
|
<classpathentry kind="lib" path="test-libs/junit-4.12.jar"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"expectedResults": {
|
"expectedResults": {
|
||||||
"-94361": "TL, TL, TL, C, TR, TR",
|
"-94361": "TL, TL, TL, C, TR, TR",
|
||||||
"-96062": "+TL, +TL, +TL, +C, TR, TR",
|
"-96062": "+TL, +TL, +TL, +C, TR, TR",
|
||||||
"-96063": "+TL, +TL, +TL, C, TR, TR"
|
"-96063": "+TL, +TL, +TL, +C, TR, TR"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue