pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-15
1998-07-15 23:35:14 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
499e229ab8569eac05ce0f071ecb888e8172de1e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
tests for new float precision time() operation
Rev: src/testsuite.in:1.117
1:
-
stest_true([["$Id: testsuite.in,v 1.
116
1998/
06
/
24
04
:
56
:
46
hubbe Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
117
1998/
07
/
15
23
:
35
:
14
hubbe Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
2304:
// - time test_true(intp(time()))
+
test_true(intp(time(1)))
+
test_true(floatp(time(2)))
// - trace test_do(trace(0))