|
From: Geisschaes <gei...@us...> - 2005-05-29 19:16:22
|
Update of /cvsroot/macattrick/macattrick/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11037/Test Modified Files: PropertiesTest.m Log Message: loadFormerPlayerStates added to playerlist, but no testing yet. Properties provides a list of former data directories Index: PropertiesTest.m =================================================================== RCS file: /cvsroot/macattrick/macattrick/Test/PropertiesTest.m,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PropertiesTest.m 27 Apr 2005 19:36:45 -0000 1.3 --- PropertiesTest.m 29 May 2005 19:16:11 -0000 1.4 *************** *** 35,38 **** --- 35,43 ---- } + -(void) testFormerDatesPathes { + NSArray *array = [Properties formerDatesPathes]; + UKNotNil(array); + UKTrue([array count] > 0); + } @end |