Skip to content

Commit db41fbf

Browse files
committed
update Java version
1 parent c8327eb commit db41fbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/upokecenter/test/CBORObjectTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ public class CBORObjectTest {
9191
"[0E+6]", "[\"\ud800\udc00\"]", "[\"\\ud800\\udc00\"]",
9292
"[\"\\ud800\\udc00\ud800\udc00\"]", "23.0e01", "23.0e00", "[23.0e01]",
9393
"[23.0e00]", "0", "1", "0.2", "0.05", "-0.2", "-0.05",
94+
"2", "3","4","5","6","7","8","9",
9495
};
9596

9697
private static final JSONOptions ValueNoDuplicateKeys = new JSONOptions("allowduplicatekeys=false");
@@ -324,7 +325,7 @@ public static CBORObject TestSucceedingJSON(
324325
try { if (ms != null) { ms.close(); } } catch (java.io.IOException ex) {}
325326
}
326327
} catch (Exception ex) {
327-
Assert.fail(ex.toString() + "\n" + str);
328+
// Assert.fail(ex.toString() + "\n" + str);
328329
throw new IllegalStateException("", ex);
329330
}
330331
}

0 commit comments

Comments
 (0)