Show
Ignore:
Timestamp:
10/26/07 12:01:04 (6 years ago)
Author:
ged
Message:

made all tests work even if we changed autosetup to default to False. That is,

call setup_all wherever it is necessary.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/tests/test_m2m.py

    r234 r245  
    6969            friends = ManyToMany('Person') 
    7070 
    71         create_all() 
     71        setup_all(True) 
    7272 
    7373        barney = Person(name="Barney")