[limb-svn] r6043 - 3.x/trunk/limb/toolkit/tests/cases
svn at limb-project.com
svn at limb-project.com
Mon Jul 2 16:54:09 MSD 2007
Author: pachanga
Date: 2007-07-02 16:54:09 +0400 (Mon, 02 Jul 2007)
New Revision: 6043
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6043
Modified:
3.x/trunk/limb/toolkit/tests/cases/lmbToolkitTest.class.php
Log:
-- toolkit was not restored properly in test
Modified: 3.x/trunk/limb/toolkit/tests/cases/lmbToolkitTest.class.php
===================================================================
--- 3.x/trunk/limb/toolkit/tests/cases/lmbToolkitTest.class.php 2007-07-02 12:53:33 UTC (rev 6042)
+++ 3.x/trunk/limb/toolkit/tests/cases/lmbToolkitTest.class.php 2007-07-02 12:54:09 UTC (rev 6043)
@@ -1,10 +1,10 @@
<?php
-/*
- * Limb PHP Framework
- *
- * @link http://limb-project.com
- * @copyright Copyright © 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 © 2004-2007 BIT(http://bit-creative.com)
+ * @license LGPL http://www.gnu.org/copyleft/lesser.html
*/
lmb_require('limb/toolkit/src/lmbToolkitTools.interface.php');
lmb_require('limb/toolkit/src/lmbAbstractTools.class.php');
@@ -140,6 +140,7 @@
$this->assertReference($toolkit1, $toolkit2);
$toolkit3 = lmbToolkit :: save();
$this->assertReference($toolkit1, $toolkit3);
+ lmbToolkit :: restore();
}
function testExtendToolkit()
More information about the limb-svn
mailing list