Changeset 3799 for branches/0.10/tests

Show
Ignore:
Timestamp:
02/15/08 23:57:23 (11 months ago)
Author:
jwage
Message:

New failing test for saving foreign keys on xref m2m tables.

Location:
branches/0.10/tests
Files:
2 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/run.php

    r3775 r3799  
    289289$test->addTestCase($data); 
    290290 
     291$jwage = new GroupTest('Jwage', 'jwage'); 
     292$jwage->addTestCase(new Doctrine_Jwage_TestCase()); 
     293$test->addTestCase($jwage); 
     294 
    291295$test->run(); 
    292296