Author: atsushi
Date: 2005-05-31 09:08:00 -0400 (Tue, 31 May 2005)
New Revision: 45261

Modified:
   
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
   
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
Log:
2005-05-31  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
          sanity check on CleanUp().



Modified: 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog
===================================================================
--- 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog 
    2005-05-31 12:01:30 UTC (rev 45260)
+++ 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/ChangeLog 
    2005-05-31 13:08:00 UTC (rev 45261)
@@ -1,3 +1,8 @@
+2005-05-31  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * XmlDsigC14NWithCommentsTransformTest.cs : added File.Delete()
+         sanity check on CleanUp().
+
 2005-05-05  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * ReferenceTest.cs: Changed AddAllTransforms from Ignored to category

Modified: 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
===================================================================
--- 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
       2005-05-31 12:01:30 UTC (rev 45260)
+++ 
trunk/mcs/class/System.Security/Test/System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransformTest.cs
       2005-05-31 13:08:00 UTC (rev 45261)
@@ -50,6 +50,10 @@
                                        File.Delete ("world.txt");
                        }
                        catch {}
+                       if (File.Exists ("doc.dtd"))
+                               throw new Exception ("File.Delete() is not 
working.");
+                       if (File.Exists ("world.txt"))
+                               throw new Exception ("File.Delete() is not 
working.");
                }
 
                [Test]

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to