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

Commit

Permalink
Update test for empty document
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 29, 2012
1 parent 97175f6 commit 789b8f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -307,7 +307,7 @@ public void publishTranslations()
assertThat(response.getResponseStatus(), is(Status.OK));

getResponse = transResource.getTranslations("my.txt", de_DE, null, false);
assertThat(getResponse.getResponseStatus(), is(Status.NOT_FOUND));
assertThat(getResponse.getResponseStatus(), is(Status.OK));
}

@Test
Expand Down

0 comments on commit 789b8f7

Please sign in to comment.