Changeset 240 for trunk/tests


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

Added tests for FreeItems class

Location:
trunk/tests/org/expeditee
Files:
1 added
2 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) {
  • trunk/tests/org/expeditee/gui/DisplayIOTest.java

    r155 r240  
    1414
    1515        protected void setUp() throws Exception {
    16                 b = Browser.initialize();
     16                b = Browser.initializeForTesting();
    1717                super.setUp();
    1818        }
Note: See TracChangeset for help on using the changeset viewer.