entry.add("Label: \"Completely new version!\"");
entry.add("User: Arass Date: 10/21/02 Time: 12:48p");
entry.add("Checked in $/code/development/src/org/ets/cbtidg/common/gui");
entry.add("Comment: This is where I add a completely new, but alot nicer version of the date chooser.");
Modification modification = vss.handleEntry(entry);
assertEquals("DateChooser.java", modification.getFileName());
assertEquals("/code/development/src/org/ets/cbtidg/common/gui", modification.getFolderName());
assertEquals(
"Comment: This is where I add a completely new, but alot nicer version of the date chooser.",
modification.comment);
assertEquals("Arass", modification.userName);