Changeset 1865
- Timestamp:
- 09/27/08 14:12:35 (3 months ago)
- Files:
-
- framework/trunk/src/main/php/net/stubbles/ipo/request/broker/annotations/stubDateFilterAnnotation.php (added)
- framework/trunk/src/test/php/net/stubbles/ipo/IPOTestSuite.php (modified) (1 diff)
- framework/trunk/src/test/php/net/stubbles/ipo/request/broker/annotations/stubDateFilterAnnotationTestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/test/php/net/stubbles/ipo/IPOTestSuite.php
r1863 r1865 37 37 $suite->addTestFile($dir . '/request/broker/annotations/stubAbstractFilterAnnotationTestCase.php'); 38 38 $suite->addTestFile($dir . '/request/broker/annotations/stubAbstractStringFilterAnnotationTestCase.php'); 39 $suite->addTestFile($dir . '/request/broker/annotations/stubDateFilterAnnotationTestCase.php'); 39 40 $suite->addTestFile($dir . '/request/broker/annotations/stubFloatFilterAnnotationTestCase.php'); 40 41 $suite->addTestFile($dir . '/request/broker/annotations/stubHTTPURLFilterAnnotationTestCase.php');
