Author: Derick Rethans
Date: 2007-05-03 13:41:15 +0200 (Thu, 03 May 2007)
New Revision: 4985

Log:
- Rename ezcImageTestCase to ezcTestImageCase, as it fits in the UnitTest
  package, and not in the Image component.
#- I know the change in the autoload file is not part of this, this will
#  follow.

Modified:
   trunk/Graph/tests/driver_gd_test.php
   trunk/Graph/tests/driver_options_test.php
   trunk/Graph/tests/element_options_test.php
   trunk/Graph/tests/test_case.php
   trunk/ImageConversion/tests/test_case.php
   trunk/UnitTest/src/test/image_case.php

Modified: trunk/Graph/tests/driver_gd_test.php
===================================================================
--- trunk/Graph/tests/driver_gd_test.php        2007-05-03 11:39:08 UTC (rev 
4984)
+++ trunk/Graph/tests/driver_gd_test.php        2007-05-03 11:41:15 UTC (rev 
4985)
@@ -15,7 +15,7 @@
  * @package ImageAnalysis
  * @subpackage Tests
  */
-class ezcGraphGdDriverTest extends ezcImageTestCase
+class ezcGraphGdDriverTest extends ezcTestImageCase
 {
     protected $driver;
 

Modified: trunk/Graph/tests/driver_options_test.php
===================================================================
--- trunk/Graph/tests/driver_options_test.php   2007-05-03 11:39:08 UTC (rev 
4984)
+++ trunk/Graph/tests/driver_options_test.php   2007-05-03 11:41:15 UTC (rev 
4985)
@@ -15,7 +15,7 @@
  * @package ImageAnalysis
  * @subpackage Tests
  */
-class ezcGraphDriverOptionsTest extends ezcImageTestCase
+class ezcGraphDriverOptionsTest extends ezcTestImageCase
 {
 
        public static function suite()

Modified: trunk/Graph/tests/element_options_test.php
===================================================================
--- trunk/Graph/tests/element_options_test.php  2007-05-03 11:39:08 UTC (rev 
4984)
+++ trunk/Graph/tests/element_options_test.php  2007-05-03 11:41:15 UTC (rev 
4985)
@@ -15,7 +15,7 @@
  * @package ImageAnalysis
  * @subpackage Tests
  */
-class ezcGraphElementOptionsTest extends ezcImageTestCase
+class ezcGraphElementOptionsTest extends ezcTestImageCase
 {
 
        public static function suite()

Modified: trunk/Graph/tests/test_case.php
===================================================================
--- trunk/Graph/tests/test_case.php     2007-05-03 11:39:08 UTC (rev 4984)
+++ trunk/Graph/tests/test_case.php     2007-05-03 11:41:15 UTC (rev 4985)
@@ -2,7 +2,7 @@
 
 ezcTestRunner::addFileToFilter( __FILE__ );
 
-class ezcGraphTestCase extends ezcImageTestCase
+class ezcGraphTestCase extends ezcTestImageCase
 {
 
     /**

Modified: trunk/ImageConversion/tests/test_case.php
===================================================================
--- trunk/ImageConversion/tests/test_case.php   2007-05-03 11:39:08 UTC (rev 
4984)
+++ trunk/ImageConversion/tests/test_case.php   2007-05-03 11:41:15 UTC (rev 
4985)
@@ -4,7 +4,7 @@
 
 ezcTestRunner::addFileToFilter( __FILE__ );
 
-class ezcImageConversionTestCase extends ezcImageTestCase
+class ezcImageConversionTestCase extends ezcTestImageCase
 {
     // To regenerate all test files, set this to true
     const REGENERATION_MODE = false;

Modified: trunk/UnitTest/src/test/image_case.php
===================================================================
--- trunk/UnitTest/src/test/image_case.php      2007-05-03 11:39:08 UTC (rev 
4984)
+++ trunk/UnitTest/src/test/image_case.php      2007-05-03 11:41:15 UTC (rev 
4985)
@@ -3,7 +3,7 @@
 
 ezcTestRunner::addFileToFilter( __FILE__ );
 
-abstract class ezcImageTestCase extends ezcTestCase
+abstract class ezcTestImageCase extends ezcTestCase
 {
     /**
      * Asserts that the compared images are same

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

Reply via email to