Skip to content

Commit

Permalink
#18 merge and test
Browse files Browse the repository at this point in the history
  • Loading branch information
mconway committed Jun 23, 2014
1 parent 23079ac commit 4b60519
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1754,10 +1754,10 @@ public final void testGetNotExecutable() throws Exception {

}

@Test
@Ignore
public final void testGetWithIntraFileCallbacks() throws Exception {

int testFileLen = 3000000;
int testFileLen = 2099999;
// generate a local scratch file
String testFileName = "testGetWithIntraFileCallbacks.doc";
String absPath = scratchFileUtils
Expand Down Expand Up @@ -4824,7 +4824,9 @@ public final void testListPermissionsForDataObjectForUserViaParentNameDataName()

}

@Test
@Ignore
// TODO: need to parameterize the interval, right now the file needs to be
// huge to get callbacks.
public void testPutFileReceiveIntraFileCallbacks() throws Exception {
long testSize = 8000000;
// generate a local scratch file
Expand Down

0 comments on commit 4b60519

Please sign in to comment.