1
0
mirror of synced 2026-08-04 17:27:13 +00:00

ant format seems to have reformated these differently than what is in CVS

This commit is contained in:
Colin Sampaleanu
2004-04-13 21:59:02 +00:00
parent 2786312b8e
commit a09f2a4c18
5 changed files with 16 additions and 14 deletions
@@ -95,7 +95,7 @@ public abstract class AbstractContactsTests extends TestCase {
contactManager.getRandomContact();
fail("Should have thrown RemoteAccessException");
} catch (RemoteAccessException exception) {
assertTrue(true);
assertTrue(true);
}
}