|
From: Geisschaes <gei...@us...> - 2005-07-20 19:31:13
|
Update of /cvsroot/macattrick/macattrick/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19864/Test Modified Files: PlayerListTest.m TeamTest.m Log Message: removing players using backspace is working. but everything is still rather instable Index: PlayerListTest.m =================================================================== RCS file: /cvsroot/macattrick/macattrick/Test/PlayerListTest.m,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PlayerListTest.m 18 Jul 2005 19:12:40 -0000 1.8 --- PlayerListTest.m 20 Jul 2005 19:31:03 -0000 1.9 *************** *** 72,75 **** --- 72,76 ---- } + - (void)testDownload { playerListDownload = [[PlayerList alloc] initFromLocalFile]; Index: TeamTest.m =================================================================== RCS file: /cvsroot/macattrick/macattrick/Test/TeamTest.m,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TeamTest.m 19 Jul 2005 17:58:58 -0000 1.21 --- TeamTest.m 20 Jul 2005 19:31:04 -0000 1.22 *************** *** 52,55 **** --- 52,56 ---- } + /* -(void) testSaveCustomPlayerLists { PlayerList *list = [[PlayerList alloc] initFromLocalFile]; *************** *** 60,64 **** NSString *result = [NSString stringWithContentsOfFile:[AllTests getProperty:@"playerlistsfile"]]; UKStringContains(result, @"45310798|30230725|35943807|39096684|17108669|26936041|39622518|30319524|43813604|14507913|52720672|30337052|12166130|37100886|38929636|17108667|39509026|25598654|26465447|65767699|61079326|65492569|27200732|70305460|7520002"); ! } -(void) testCurrentTeam { --- 61,65 ---- NSString *result = [NSString stringWithContentsOfFile:[AllTests getProperty:@"playerlistsfile"]]; UKStringContains(result, @"45310798|30230725|35943807|39096684|17108669|26936041|39622518|30319524|43813604|14507913|52720672|30337052|12166130|37100886|38929636|17108667|39509026|25598654|26465447|65767699|61079326|65492569|27200732|70305460|7520002"); ! }*/ -(void) testCurrentTeam { |