Author: ts
Date: Wed Sep 19 09:23:04 2007
New Revision: 6195

Log:
- Added RFC test to test suite.

Modified:
    trunk/Webdav/tests/suite.php

Modified: trunk/Webdav/tests/suite.php
==============================================================================
--- trunk/Webdav/tests/suite.php [iso-8859-1] (original)
+++ trunk/Webdav/tests/suite.php [iso-8859-1] Wed Sep 19 09:23:04 2007
@@ -57,6 +57,7 @@
 require_once 'server_options_test.php';
 require_once 'server_test.php';
 
+require_once 'client_test_rfc.php';
 require_once 'client_test_cadaver.php';
 
 /**
@@ -105,6 +106,7 @@
         $this->addTest( ezcWebdavPropFindRequestTest::suite() );
         $this->addTest( ezcWebdavPropPatchRequestTest::suite() );
         $this->addTest( ezcWebdavRequestPropertyBehaviourContentTest::suite() 
);
+        $this->addTest( ezcWebdavClientRfcTest::suite() );
         $this->addTest( ezcWebdavClientCadaverTest::suite() );
     }
 


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

Reply via email to