[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / ChangeLog
index c452762431f520bb55709f78444e94486d512303..3fb0f4ac51c12875b6485041dea34dc34197f158 100644 (file)
@@ -1,3 +1,56 @@
+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.
+
+2010-05-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileTest.cs: New test case for GetCreationTime.
+
+2010-05-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * IsolatedStorageFileStreamTest.cs: New test cases for constructor
+       obtaining a closed/disposed IsolatedStorageFile.
+
 2010-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * IsolatedStorageFileTest.cs: New test cases for CreateFile,