Remove duplicate test.
This commit is contained in:
parent
0a3f5fa801
commit
56344cf067
@ -39,13 +39,6 @@ public class JsonParserTest extends TestCase {
|
||||
parser = new JsonParser();
|
||||
}
|
||||
|
||||
public void testParseSingleWordFails() {
|
||||
try {
|
||||
parser.parse("Word");
|
||||
fail();
|
||||
} catch (JsonSyntaxException expected) {}
|
||||
}
|
||||
|
||||
public void testParseUnquotedStringArrayFails() {
|
||||
try {
|
||||
parser.parse("[a,b,c]");
|
||||
|
Loading…
Reference in New Issue
Block a user