assertEquals(2, wrapped.listAll().length);
assertTrue(wrapped.fileExists("t1"));
assertTrue(wrapped.fileExists("t2"));
assertEquals(t1.length, wrapped.fileLength("t1"));
assertEquals(t2.length, wrapped.fileLength("t2"));
readAndAssert(wrapped, "t1", t1);
//t1 should now be added to testDir