From 128bb4926c7debe03194870ce43a758926ea6346 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Sun, 17 Aug 2008 13:21:49 +0000 Subject: [PATCH] - Added a crashing case (with a stack corruption, no less) to the ParseDateTest. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27003 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/system/libroot/os/ParseDateTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/system/libroot/os/ParseDateTest.cpp b/src/tests/system/libroot/os/ParseDateTest.cpp index d4931d4e1d..fc5f90d35f 100644 --- a/src/tests/system/libroot/os/ParseDateTest.cpp +++ b/src/tests/system/libroot/os/ParseDateTest.cpp @@ -64,6 +64,7 @@ main(int argc, char **argv) "-15 minutes", "3:33pm GMT", "Mon, June 10th, 1993 10:00:03 am GMT", + "Sat, 16 Aug Ìîñêîâñêîå âðåìÿ (çèìà)", NULL };