summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-18 04:14:16 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-18 04:14:16 +0000
commitb43f26bbe8f09d0fce67d25549d04f7e19b589c1 (patch)
treeab094b8a15c212d15eee7a7c3e4760b12019151a
parent5a05b3676499a9cff845373803a953dde3ca3522 (diff)
downloadglibc-b43f26bbe8f09d0fce67d25549d04f7e19b589c1.tar.gz
glibc-b43f26bbe8f09d0fce67d25549d04f7e19b589c1.tar.xz
glibc-b43f26bbe8f09d0fce67d25549d04f7e19b589c1.zip
Update.
	* timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
	case for new tzdata.
-rw-r--r--ChangeLog3
-rw-r--r--timezone/tst-timezone.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 911d319aba..ef9056e569 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-08-17  Ulrich Drepper  <drepper@cygnus.com>
 
+	* timezone/tst-timezone.c (tests): Update America/Sao_Paulo test
+	case for new tzdata.
+
 	* sysdeps/unix/sysv/linux/alpha/bits/types.h: Make __useconds_t
 	unsigned.
 	* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
diff --git a/timezone/tst-timezone.c b/timezone/tst-timezone.c
index 3268ad1379..5ccdb6b1bf 100644
--- a/timezone/tst-timezone.c
+++ b/timezone/tst-timezone.c
@@ -40,7 +40,7 @@ static const struct test_times tests[] =
   { "Europe/London", 1, 0, { "GMT", "BST" }},
   { "Universal", 0, 0, {"UTC", "UTC" }},
   { "Australia/Melbourne", 1, -36000, { "EST", "EST" }},
-  { "America/Sao_Paulo", 1, 10800, {"EST", "EDT" }},
+  { "America/Sao_Paulo", 1, 10800, {"BRT", "BRST" }},
   { "America/Chicago", 1, 21600, {"CST", "CDT" }},
   { "America/Indianapolis", 1, 18000, {"EST", "EDT" }},
   { "America/Los_Angeles", 1, 28800, {"PST", "PDT" }},