Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enabling filesystem federation copy tests
  • Loading branch information
escowles committed Apr 9, 2014
1 parent 8043e12 commit 7811dc5
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -990,7 +990,6 @@ public String getMethod() {
* I should be able to upload a file to a read/write federated filesystem.
**/
@Test
@Ignore("Until ticket is resolved: https://www.pivotaltracker.com/story/show/68689198")
public void testUploadToProjection() throws IOException {
// upload file to federated filesystem using rest api
final String pid = randomUUID().toString();
Expand Down Expand Up @@ -1020,7 +1019,6 @@ public void testUploadToProjection() throws IOException {
* I should be able to copy objects from the repository to a federated filesystem.
**/
@Test
@Ignore("Until ticket is resolved: https://www.pivotaltracker.com/story/show/68689198")
public void testCopyToProjection() throws IOException {
// create object in the repository
final String pid = randomUUID().toString();
Expand Down Expand Up @@ -1049,7 +1047,6 @@ public void testCopyToProjection() throws IOException {
* I should be able to copy objects from a federated filesystem to the repository.
**/
@Test
@Ignore("Until ticket is resolved: https://www.pivotaltracker.com/story/show/68689198")
public void testCopyFromProjection() throws IOException {
// create object in federated filesystem
final String pid = randomUUID().toString();
Expand Down

0 comments on commit 7811dc5

Please sign in to comment.