Changeset 949

Show
Ignore:
Timestamp:
10/01/07 23:04:42 (11 months ago)
Author:
mikey
Message:

wording corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/rdbms/persistence/eraser/stubDatabaseEraserTestCase.php

    r925 r949  
    121121 
    122122    /** 
    123      * test that trying to delete a class that does not implement stubPersistable throws an exception 
     123     * test that trying to delete a class that does not have an entity annotation throws an exception 
    124124     */ 
    125125    public function testByPrimaryKeysNonEntityClass() 
     
    203203 
    204204    /** 
    205      * test that trying to delete a class that does not implement stubPersistable throws an exception 
     205     * test that trying to delete a class that does not have an entity annotation throws an exception 
    206206     */ 
    207207    public function testByCriterionNonEntityClass() 
  • trunk/src/test/php/net/stubbles/rdbms/persistence/finder/stubDatabaseFinderTestCase.php

    r928 r949  
    140140 
    141141    /** 
    142      * test that trying to find a class that does not implement stubPersistable throws an exception 
     142     * test that trying to find a class that does not have an entity annotation throws an exception 
    143143     */ 
    144144    public function testByPrimaryKeysNonEntity() 
     
    203203 
    204204    /** 
    205      * test that trying to find a class that does not implement stubPersistable throws an exception 
     205     * test that trying to find a class that does not have an entity annotation throws an exception 
    206206     */ 
    207207    public function testByCriterionNonEntity()