Changeset 5162

Show
Ignore:
Timestamp:
08/19/08 14:05:29 (5 months ago)
Author:
Gustavo
Message:

fixed typos introduced in previous commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/tests/test_testutil.py

    r5161 r5162  
    1 """Tests for the testutil module 
    2  
    3  
    4 """ 
     1"""Tests for the testutil module""" 
    52 
    63from unittest import TestCase 
     
    1613    """This is the same as DBTest, except that its parent is not called. 
    1714     
    18     It just sets the call_dad equals to True, so that we can test this class; 
    19     it'd be impossible to test it otherwise. 
     15    It just sets the parameter call_dad to False, so that we can test this 
     16    class; it'd be impossible to test it otherwise. 
    2017     
    2118    """