Changeset 226

Show
Ignore:
Timestamp:
10/22/07 10:48:56 (6 years ago)
Author:
ged
Message:

fix typo

Files:
1 modified

Legend:

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

    r188 r226  
    4444        assert user.keywords == keywords 
    4545 
    46     def test_rel_trough_to_value_list(self): 
     46    def test_rel_through_to_value_list(self): 
    4747        class User(Entity): 
    4848            has_field('name', String(64)) 
     
    6969        assert len(user.kw) == 2 
    7070 
    71     def test_field_trough(self): 
     71    def test_field_through(self): 
    7272        class User(Entity): 
    7373            has_field('name', String(64))