pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-05-30
2001-05-30 14:04:38 by Fredrik Noring <noring@nocrew.org>
d0b2dd8d21acaea6c0ca1f98cce89412406e9400 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for XMLRPC.
Rev: src/testsuite.in:1.418
1:
-
test_true([["$Id: testsuite.in,v 1.
417
2001/05/
29
16
:
48
:
21
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
418
2001/05/
30
14
:
04
:
38
noring
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
7240:
// - Yabu test_true(!Yabu.test()->main(1,({"test"})))
+
// - Protocols.XMLRPC
+
test_true(!Protocols.XMLRPC.test()->main(1,({"test"})))
+
// - Standards.ISO639_2 test_equal(Standards.ISO639_2.get_language("swe"),"Swedish") test_equal(Standards.ISO639_2.get_language("xxx"),0)