Skip to content

Commit

Permalink
no longer mark to-private-group move tests as being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbc committed Jan 9, 2015
1 parent 6c58bb2 commit 9cda6a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ public void testMoveImageAnnotatedByUsersInDestinationGroupRWRWtoRWRA()
* @throws Exception
* Thrown if an error occurred.
*/
@Test(groups = "broken")
public void testMoveImageAnnotatedByUsersInDestinationGroupRWRWtoRW()
throws Exception {
moveImageWithNonSharedAnnotation("rwrw--", "rw----", true);
Expand Down Expand Up @@ -418,7 +417,6 @@ public void testMoveImageAnnotatedByUsersOneNotInDestinationGroupDestinationGrou
* @throws Exception
* Thrown if an error occurred.
*/
@Test(groups = "broken")
public void testMoveImageAnnotatedByUsersOneNotInDestinationGroupDestinationGroupRWRWtoRW()
throws Exception {
moveImageWithNonSharedAnnotation("rwrw--", "rw----", false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ public void testMoveBasicImageByAdmin() throws Exception {
* @throws Exception
* Thrown if an error occurred.
*/
@Test(groups = "broken")
public void testMoveDatasetImageGraphLinkDoneByImageOwnerRWRWtoRW()
throws Exception {
String perms = "rw----"; // destination
Expand Down

0 comments on commit 9cda6a4

Please sign in to comment.