[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / ChangeLog
index 9ba0395a5ec74f35a6d31abf5cd7682bdac47c24..3fb0f4ac51c12875b6485041dea34dc34197f158 100644 (file)
@@ -1,3 +1,43 @@
+2010-06-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: New test for two instances calling
+       Remove.
+
+2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: New test for GetUserStoreForSite.
+
+2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: New test for DeleteFile.
+
+2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: Update our tests to catch/report the new
+       exceptions fired in 4.0, as well as a new test to assert that
+       GetDirectoryNames fires an ArgumentException if '..' is passed as part
+       of the path.
+
+2010-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: Include check for paths outside our
+       storage root in our tests for MoveFile, MoveDirectory and CopyFile.
+
+2010-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: New test case for Remove.
+
+2010-06-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: Augment our test cases for MoveFile and
+       MoveDirectory.
+
+2010-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageTest.cs:
+       * IsolatedStorageFileTest.cs: New tests for AvailableFreeSpace, Quota,
+       UsedSize and IncreaseQuotaTo.
+
 2010-05-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * IsolatedStorageFileTest.cs: New test case for CopyFile.