Changeset 102 for trunk/tests


Ignore:
Timestamp:
06/11/08 09:22:56 (16 years ago)
Author:
ra33
Message:

Fixed bug preventing it from working in windows... and added comment to stop that happening again.

Added right click and drag to a line...

File:
1 edited

Legend:

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

    r96 r102  
    5050        public final void testGetAttribute() {
    5151                String[][] data = new String[][] { { "AtT1: Value1", "AtT1" },
    52                                 { "  Att2  :  Value2  ", "Att2" }, { "@NoValue", null },
     52                                { "  Att2  :  Value2  ", "Att2" }, { "@NoValue", "@NoValue" },
    5353                                { "@Att3 : Value", null }, { "@ Att3: Value", null },
    5454                                { " @Att3: Value ", "@Att3" }, { ": value3", null },
Note: See TracChangeset for help on using the changeset viewer.