pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-07-13
2005-07-13 18:16:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
45ad7f39cbd4217e7b98931742ad449016f77e55 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test of dynamic module indexing.
Rev: src/testsuite.in:1.756
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
755
2005/
05
/
17
22
:
31
:
50
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
756
2005/
07
/
13
18
:
16
:
29
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
2440:
class B {inherit A;} ]])
+
test_any([[
+
// Test dynamic module indexing.
+
object protocols = Protocols;
+
return protocols.HTTP.get_url_data;
+
]], [[ Protocols.HTTP.get_url_data ]])
test_compile([[float x=(gauge { return; },1.0);]]) cond( [[ master()->resolv("Gmp")->mpz ]],