Branch: Tag:

2001-02-04

2001-02-04 09:09:01 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

test stuff before trying to test the Calendar module

Rev: src/testsuite.in:1.381

1: - test_true([["$Id: testsuite.in,v 1.380 2001/01/26 00:54:17 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.381 2001/02/04 09:09:01 mirar Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
6199:      // Pike modules    + // - this failed in Calendar.Timezone +  + test_compile( + [[ +  array tz_ux(int ux) +  { +  if (ux<-0x80000000 || ux>0x7fffffff) +  error("bah\n"); +  return ({}); +  }; + ]]); +    // - Calendar   test_true(Calendar.Day())