mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
2b97ed586f
commit
95262fc581
2 changed files with 9 additions and 0 deletions
|
@ -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];
|
||||
|
|
|
@ -3,3 +3,6 @@ SUBPROJECTS = Helpers
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
|
||||
after-clean::
|
||||
rm -f SimpleResponse.dat KAResponse.dat
|
||||
|
||||
|
|
Loading…
Reference in a new issue