pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 09:09:01 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
4c203e79ce398e86240bcde767e59b41eb4e3e9c (
15
lines) (+
14
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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())