Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Basic JSON support
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Oct 4, 2016
1 parent 3f6f749 commit 5fd1b1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testServerAcceptedType() {
}
assertThat(allExtension, Matchers.containsInAnyOrder("dtd", "pot",
"txt", "idml", "html", "htm", "odt", "odp", "odg", "ods",
"srt", "sbt", "sub", "vtt", "properties", "xlf", "ts"));
"srt", "sbt", "sub", "vtt", "properties", "xlf", "ts", "json"));
}

@Test
Expand All @@ -95,7 +95,7 @@ public void testFileTypeInfoList() {
}
assertThat(allExtension, Matchers.containsInAnyOrder("dtd", "pot",
"txt", "idml", "html", "htm", "odt", "odp", "odg", "ods",
"srt", "sbt", "sub", "vtt", "properties", "xlf", "ts"));
"srt", "sbt", "sub", "vtt", "properties", "xlf", "ts", "json"));
}

@Test
Expand Down

0 comments on commit 5fd1b1a

Please sign in to comment.