Author: Kore Nordmann
Date: 2006-06-14 15:48:41 +0200 (Wed, 14 Jun 2006)
New Revision: 3132

Log:
- Missed to revert local changes in test

Modified:
   trunk/Graph/tests/line_test.php

Modified: trunk/Graph/tests/line_test.php
===================================================================
--- trunk/Graph/tests/line_test.php     2006-06-14 13:36:54 UTC (rev 3131)
+++ trunk/Graph/tests/line_test.php     2006-06-14 13:48:41 UTC (rev 3132)
@@ -46,7 +46,7 @@
      */
     public function tearDown()
     {
-    //    $this->removeTempDir();
+        $this->removeTempDir();
     }
 
     protected function addSampleData( ezcGraphChart $chart )
@@ -304,7 +304,6 @@
         $chart = ezcGraph::create( 'Line' );
         $chart->title = 'Test graph';
         $chart->palette = 'Black';
-        $chart->options->lineThickness = 1;
 
         $this->addSampleData( $chart );
         $chart->legend = false;

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

Reply via email to