Skip to content

Commit

Permalink
Adding IT to demonstrate FCREPO-1712
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Aug 28, 2015
1 parent 731e92c commit 4219082
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -1925,6 +1925,7 @@ public void testPutMalformedHeader() throws IOException {
}
}

@Test
public void testPutEmptyBody() throws IOException {
final HttpPut httpPut = putObjMethod(getRandomUniqueId());
httpPut.addHeader("Content-Type", "application/ld+json");
Expand All @@ -1934,4 +1935,10 @@ public void testPutEmptyBody() throws IOException {
}
}

@Test
public void testPutOgg() throws IOException {
final String id = getRandomUniqueId();
createDatastream(id, "x", "OggS");
}

}

0 comments on commit 4219082

Please sign in to comment.