pike.git/
lib/
modules/
Standards.pmod/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2007-08-05
2007-08-05 12:15:37 by Marcus Comstedt <marcus@mc.pp.se>
874be510f00602be6c6ce617a7dcc18213ea83e8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Replaced incorrect UUID testcase with correct one.
Rev: lib/modules/Standards.pmod/testsuite.in:1.17
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
16
2006
/
06
/
09
14
:
14
:
39
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
17
2007
/
08
/
05
12
:
15
:
37
marcus
Exp $"]]);
// - Standards.ISO639_2 test_equal(Standards.ISO639_2.get_language("swe"),"Swedish")
125:
// - UUID test_eq(Standards.UUID.make_dns("www.widgets.com")->str(),
-
"
e902893a
-
9d22
-
3c7e
-
a7b8
-
d6e313b71d9f
")
+
"
3d813cbb
-
47fb
-
32ba
-
91df
-
831e1593ac29
")
test_eq(Standards.UUID.make_null()->str(), "00000000-0000-0000-0000-000000000000")