Changeset 146 for trunk/tests


Ignore:
Timestamp:
07/18/08 14:27:16 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/org/expeditee/items/JustificationTest.java

    r96 r146  
    1010                assertEquals(Justification.right, Justification.getJustification("R"));
    1111                assertEquals(Justification.center, Justification.getJustification("CeNtEr"));
    12                 assertEquals(Justification.none, Justification.getJustification("CeNtre"));
     12                assertEquals(Justification.left, Justification.getJustification("CeNtre"));
    1313        }
    1414
Note: See TracChangeset for help on using the changeset viewer.