Changeset 949
- Timestamp:
- 10/01/07 23:04:42 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserTestCase.php
r925 r949 121 121 122 122 /** 123 * test that trying to delete a class that does not implement stubPersistablethrows an exception123 * test that trying to delete a class that does not have an entity annotation throws an exception 124 124 */ 125 125 public function testByPrimaryKeysNonEntityClass() … … 203 203 204 204 /** 205 * test that trying to delete a class that does not implement stubPersistablethrows an exception205 * test that trying to delete a class that does not have an entity annotation throws an exception 206 206 */ 207 207 public function testByCriterionNonEntityClass() trunk/src/test/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderTestCase.php
r928 r949 140 140 141 141 /** 142 * test that trying to find a class that does not implement stubPersistablethrows an exception142 * test that trying to find a class that does not have an entity annotation throws an exception 143 143 */ 144 144 public function testByPrimaryKeysNonEntity() … … 203 203 204 204 /** 205 * test that trying to find a class that does not implement stubPersistablethrows an exception205 * test that trying to find a class that does not have an entity annotation throws an exception 206 206 */ 207 207 public function testByCriterionNonEntity()
