[Mapbender-commits] r7057 - branches/mapbender/test/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Oct 22 08:22:16 EDT 2010


Author: christoph
Date: 2010-10-22 05:22:16 -0700 (Fri, 22 Oct 2010)
New Revision: 7057

Modified:
   branches/mapbender/test/http/classes/UserTest.php
Log:
user test


Modified: branches/mapbender/test/http/classes/UserTest.php
===================================================================
--- branches/mapbender/test/http/classes/UserTest.php	2010-10-22 10:54:17 UTC (rev 7056)
+++ branches/mapbender/test/http/classes/UserTest.php	2010-10-22 12:22:16 UTC (rev 7057)
@@ -106,5 +106,10 @@
         $userFromXml = $this->getDataSet();
         $this->assertEquals($user, $userFromXml);
     }
+
+    protected function getSetUpOperation() {
+		return PHPUnit_Extensions_Database_Operation_Factory::CLEAN_INSERT(true);
+    }
+
 }
 ?>
\ No newline at end of file



More information about the Mapbender_commits mailing list