Changeset 175 for trunk/tests


Ignore:
Timestamp:
07/30/08 14:51:37 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/org/expeditee/actions/SimpleTest.java

    r155 r175  
    6464                        context.clear();
    6565                        runSimpleTest("SimpleTest9");
    66                         assertEquals(6, context.size());
     66                        //Variables include the automatically created ones
     67                        assertEquals(9, context.size());
    6768
    6869                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.