[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [345] trunk/t/02-number-handling.t



Revision: 345
          http://svn.sourceforge.net/ledger-smb/?rev=345&view=rev
Author:   einhverfr
Date:     2006-10-27 14:05:19 -0700 (Fri, 27 Oct 2006)

Log Message:
-----------
One more 'Expected nan, got nan' bug fixed

Modified Paths:
--------------
    trunk/t/02-number-handling.t

Modified: trunk/t/02-number-handling.t
===================================================================
--- trunk/t/02-number-handling.t	2006-10-27 20:59:06 UTC (rev 344)
+++ trunk/t/02-number-handling.t	2006-10-27 21:05:19 UTC (rev 345)
@@ -117,7 +117,7 @@
 	
 	is($form->parse_amount(\%myconfig, ''), undef,
 		"Empty string returns undef");
-	cmp_ok($form->parse_amount(\%myconfig, 'foo'), '==',
+	cmp_ok($form->parse_amount(\%myconfig, 'foo'), 'eq',
 		Math::BigFloat->bnan(), "Invalid string returns NaN");
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.