Changeset 121 in tmcsimulator-scriptbuilder for trunk/test


Ignore:
Timestamp:
09/19/2017 01:15:08 PM (9 years ago)
Author:
bmcguffin
Message:

Removed select button. Added ability to deselect event buttons by clicking on them a second time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/scriptbuilder/structures/ScriptIncidentTest.java

    r56 r121  
    9191        assertEquals(2, instance.eventCount); 
    9292 
    93         start = 2; 
     93        start = 60; 
    9494        instance.addNewEvent(ev3, start); 
    95         assertEquals(6, instance.length); 
     95        assertEquals(64, instance.length); 
    9696        assertEquals(3, instance.eventCount); 
    9797 
Note: See TracChangeset for help on using the changeset viewer.