pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-11
2003-03-11 15:53:34 by Martin Nilsson <mani@lysator.liu.se>
cff8bdbd27a967f1ddbf71551a92a7f97863dbd9 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
"Fixing" the Calender module tests
Rev: src/testsuite.in:1.618
1:
-
test_true([["$Id: testsuite.in,v 1.
617
2003/03/
08
16
:
56
:
35
mirar
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
618
2003/03/
11
15
:
53
:
34
nilsson
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
9094:
test_do(_verify_internals()) ]])
+
// Loading these ensures correct load order of the
+
// Calendar module. Should not be needed in a perfect world.
+
test_true(objectp(Calendar.ISO_UTC))
+
test_true(functionp(Calendar.dwim_time))
+
test_true(programp(Calendar.Day))
+
test_program([[ int ok=1;