tweak cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32422 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-03-01 09:31:26 +00:00
parent 2b97ed586f
commit 95262fc581
2 changed files with 9 additions and 0 deletions

View file

@ -60,6 +60,10 @@ int main()
[current localizedName: NSTimeZoneNameStyleStandard locale: locale],
@"Brasilia Time",
"Correctly localizes standard time zone name")
/* The next few depend on ICU issues
*/
testHopeful = YES;
PASS_EQUAL(
[current localizedName: NSTimeZoneNameStyleShortStandard locale: locale],
@"GMT-03:00",
@ -73,6 +77,8 @@ int main()
locale: locale],
@"GMT-02:00",
"Correctly localizes short DST time zone name")
testHopeful = NO;
RELEASE(locale);
date = [NSDate dateWithTimeIntervalSince1970: 1.0];

View file

@ -3,3 +3,6 @@ SUBPROJECTS = Helpers
include $(GNUSTEP_MAKEFILES)/aggregate.make
after-clean::
rm -f SimpleResponse.dat KAResponse.dat