Ignore:
Timestamp:
09/22/08 16:22:14 (16 years ago)
Author:
ra33
Message:

Fixed a couple of bugs that were makin unit tests fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/org/expeditee/gui/FreeItemsTest.java

    r240 r310  
    1313        /**
    1414         * Test the picking up and putting down of objects on a frame.
     15         *
    1516         * @throws Exception
    1617         */
     
    1920                DisplayIO.setCurrentFrame(testFrame, true);
    2021
     22                /* Just incase previous tests left something on the cursor clear it now! */
     23                FreeItems.getInstance().clear();
    2124                FrameMouseActions.pickup(testFrame.getTitleItem());
    2225                assertTrue(FreeItems.itemsAttachedToCursor());
Note: See TracChangeset for help on using the changeset viewer.