Update of /cvsroot/fink/fink/t/Command
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27582

Modified Files:
      Tag: branch_0_27
        ChangeLog failure.t 
Log Message:
backport ignoring of an occasional test error we don't understand


Index: failure.t
===================================================================
RCS file: /cvsroot/fink/fink/t/Command/failure.t,v
retrieving revision 1.7
retrieving revision 1.7.40.1
diff -u -d -r1.7 -r1.7.40.1
--- failure.t   25 Nov 2003 22:51:23 -0000      1.7
+++ failure.t   22 Dec 2007 19:53:46 -0000      1.7.40.1
@@ -82,7 +82,10 @@
     $! = 0;
     touch 'foo';
     ok( !mkdir_p('foo'), 'mkdir_p: file already exists' );
+TODO: {
+    todo_skip "Fails if manual CPAN usage, not yet understood", 1;
     cmp_ok( $!, '!=', 0 ); 
+    }
 
     ok( !mkdir_p('foo', 'bar'), '          one failure, one success' );
     ok( -d 'bar' );

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/t/Command/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.2.14.1
diff -u -d -r1.2 -r1.2.14.1
--- ChangeLog   22 Aug 2005 03:58:14 -0000      1.2
+++ ChangeLog   22 Dec 2007 19:53:46 -0000      1.2.14.1
@@ -1,3 +1,8 @@
+2007-12-22  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * failure.t: Supress a failure that seems to be triggered if users
+       manually install some unknown set of CPAN modules
+
 2005-08-21  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * du_sk.t: Allow for a certain amount of error in list test, to account


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to