[CS-Project-svn_notify] SF.net SVN: cs-project:[956] trunk/1.2/lib/_unitTests_
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-10 15:56:48
|
Revision: 956 http://cs-project.svn.sourceforge.net/cs-project/?rev=956&view=rev Author: crazedsanity Date: 2009-02-10 15:56:45 +0000 (Tue, 10 Feb 2009) Log Message: ----------- Remove old tests that aren't used. Removed Paths: ------------- trunk/1.2/lib/_unitTests_/cs-arrayToPath_tests.php trunk/1.2/lib/_unitTests_/cs-phpxml_tests.php Deleted: trunk/1.2/lib/_unitTests_/cs-arrayToPath_tests.php =================================================================== --- trunk/1.2/lib/_unitTests_/cs-arrayToPath_tests.php 2009-02-09 20:38:40 UTC (rev 955) +++ trunk/1.2/lib/_unitTests_/cs-arrayToPath_tests.php 2009-02-10 15:56:45 UTC (rev 956) @@ -1,14 +0,0 @@ -<?php -/* - * Created on Sep 20, 2007 - * - */ - -class Test_csarrayToPath extends UnitTestCase { - function testVersion() { - - } - -} - -?> Deleted: trunk/1.2/lib/_unitTests_/cs-phpxml_tests.php =================================================================== --- trunk/1.2/lib/_unitTests_/cs-phpxml_tests.php 2009-02-09 20:38:40 UTC (rev 955) +++ trunk/1.2/lib/_unitTests_/cs-phpxml_tests.php 2009-02-10 15:56:45 UTC (rev 956) @@ -1,21 +0,0 @@ -<?php -/* - * Created on Sep 20, 2007 - * - */ - -class Test_csphpxml extends UnitTestCase { - - function setUp() { - $this->xmlParser = new XMLParser(file_get_contents(dirname(__FILE__) .'/data/test.xml')); - $this->assertTrue(is_object($this->xmlParser)); - - $this->xmlBuilder = new xmlBuilder(NULL); - $this->assertTrue(is_object($this->xmlBuilder)); - - $this->xmlCreator = new xmlCreator(); - } - -} - -?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |