Ignore:
Timestamp:
08/21/08 11:17:37 (16 years ago)
Author:
ra33
Message:

Added tests for FreeItems class

File:
1 edited

Legend:

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

    r175 r240  
    1616        protected void setUp() throws Exception {
    1717                super.setUp();
    18                 b = Browser.initialize();
     18                b = Browser.initializeForTesting();
    1919                context = new Context();
    2020        }
     
    6565                        runSimpleTest("SimpleTest9");
    6666                        //Variables include the automatically created ones
    67                         assertEquals(9, context.size());
     67                        assertEquals(6, context.size());
    6868
    6969                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.