@@ -94,6 +94,7 @@ public class TestFileSystemOperationExceptionHandling
AzureBlobStorageTestAccount testAccount = createTestAccount();
setupInputStreamToTest(testAccount);
inputStream.seek(5);
+ inputStream.read();
}
/*
@@ -91,6 +91,7 @@ public class TestFileSystemOperationsExceptionHandlingMultiThreaded
renameThread.join();
@Test(expected=FileNotFoundException.class)