[limb-svn] r5955 - 3.x/trunk/limb/web_app/tests/cases/db/fetcher

svn at limb-project.com svn at limb-project.com
Thu Jun 7 15:06:02 MSD 2007


Author: pachanga
Date: 2007-06-07 15:06:01 +0400 (Thu, 07 Jun 2007)
New Revision: 5955
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5955

Modified:
   3.x/trunk/limb/web_app/tests/cases/db/fetcher/lmbActiveRecordFetcherTest.class.php
Log:
-- fixing tests

Modified: 3.x/trunk/limb/web_app/tests/cases/db/fetcher/lmbActiveRecordFetcherTest.class.php
===================================================================
--- 3.x/trunk/limb/web_app/tests/cases/db/fetcher/lmbActiveRecordFetcherTest.class.php	2007-06-06 22:27:43 UTC (rev 5954)
+++ 3.x/trunk/limb/web_app/tests/cases/db/fetcher/lmbActiveRecordFetcherTest.class.php	2007-06-07 11:06:01 UTC (rev 5955)
@@ -1,15 +1,15 @@
 <?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com 
- * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
- * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
+/*
+ * Limb PHP Framework
+ *
+ * @link http://limb-project.com
+ * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
+ * @license    LGPL http://www.gnu.org/copyleft/lesser.html
  */
 lmb_require('limb/web_app/tests/cases/lmbWebAppTestCase.class.php');
 lmb_require('limb/active_record/src/lmbActiveRecord.class.php');
 lmb_require('limb/web_app/src/fetcher/lmbActiveRecordFetcher.class.php');
-require_once('limb/active_record/tests/cases/lmbActiveRecordOneToManyRelationsTest.class.php');
+require_once('limb/active_record/tests/cases/lmbAROneToManyRelationsTest.class.php');
 
 class CourseForFetcherTestVersion extends CourseForTest
 {



More information about the limb-svn mailing list