Branch: Tag:

2002-10-15

2002-10-15 12:23:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added test for [bug 3270 (#3270)].

Rev: src/testsuite.in:1.550

1: - test_true([["$Id: testsuite.in,v 1.549 2002/10/13 23:11:34 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.550 2002/10/15 12:23:43 grubba Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
481:   ]], 0)      test_any( [[ + // bug [3270] ------------------------------------------------------------ + // http://community/crunch/show_bug.cgi?id=3270 + // Tue, 15 Oct 2002 09:38:32 GMT + return mktime(32, 38, 9, 15, 9, 102, 0, 0); + ]], 1034674712) +  + test_any( [[   // bug [2830] ------------------------------------------------------------   // http://community/crunch/show_bug.cgi?id=2830   class User{};