Author: kn
Date: Mon Aug 13 11:03:32 2007
New Revision: 5884

Log:
- Use value of correct type.
  # PHPUnit now also check if both values are is_numeric() which caused a
  # failure

Modified:
    trunk/Graph/tests/renderer_2d_test.php

Modified: trunk/Graph/tests/renderer_2d_test.php
==============================================================================
--- trunk/Graph/tests/renderer_2d_test.php [iso-8859-1] (original)
+++ trunk/Graph/tests/renderer_2d_test.php [iso-8859-1] Mon Aug 13 11:03:32 2007
@@ -351,7 +351,7 @@
                     new ezcGraphCoordinate( 197.5, 0. ),
                 ), 1. ),
                 $this->equalTo( ezcGraphColor::fromHex( '#FF0000' ) ),
-                $this->equalTo( 1 )
+                $this->equalTo( true )
             );
 
         $this->renderer->drawBar( 


-- 
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to