entry.add("Version 10");
entry.add("User: Etucker Date: 7/03/01 Time: 3:24p");
entry.add("Checked in $/Eclipse/src/main/com/itxc/eclipse/some/path/here");
entry.add("Comment: updated country codes for Colombia and Slovokia");
Modification mod = vss.handleEntry(entry);
assertEquals(mod.getFileName(), "ttyp_direct.properties");
assertEquals(mod.getFolderName(), "/Eclipse/src/main/com/itxc/eclipse/some/path/here");
assertEquals(mod.comment, "Comment: updated country codes for Colombia and Slovokia");
assertEquals(mod.userName, "Etucker");
Modification.ModifiedFile modfile = (Modification.ModifiedFile) mod.files.get(0);
assertEquals(modfile.action, "checkin");