[prev] [thread] [next] [Date index for 2005/01/09]
This is a multi-part message in MIME format. ------=_NextPart_000_0450_01C4F63A.566D5B80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Stas, Moving to a new server and I'm rebuilding everything from scratch, I'm = getting a single error during "make test" for "t/api/request_rec.t". Didn't find much info on it, saw a message from you to Ruslan Zakirov = which had the error but the email was for a different problem. Any ideas? Below is the results of the error log and screen results after using the = t/TEST -clean and -verbose methods. Apache 2.0.52 mp2 - 1.999.20 Linux Redhat Enterprise Thanks In Advance!!! -Chris Error Log (1st as its the smallest) END in modperl_extra.pl, pid=3D17489 [Sun Jan 09 10:45:27 2005] [notice] Apache/2.0.52 (Unix) world = domination series/2.0 mod_perl/1.999.20 Perl/v5.8.0 configured -- = resuming normal operations [Sun Jan 09 10:45:27 2005] [info] Server built: Jan 9 2005 09:11:33 [Sun Jan 09 10:45:27 2005] [debug] prefork.c(955): AcceptMutex: sysvsem = (default: sysvsem) # Failed test 14 in = /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm at line = 63 [Sun Jan 09 10:45:28 2005] [info] Child process pid=3D17500 is exiting END in modperl_extra.pl, pid=3D17500 [Sun Jan 09 10:45:28 2005] [info] Child process pid=3D17499 is exiting END in modperl_extra.pl, pid=3D17499 [Sun Jan 09 10:45:28 2005] [info] removed PID file = /home/chris/mod_perl-2.0.0-RC3/t/logs/httpd.pid (pid=3D17493) [Sun Jan 09 10:45:28 2005] [notice] caught SIGTERM, shutting down END in modperl_extra.pl, pid=3D17493 Screen Output During Make test t/TEST -clean t/TEST -verbose t/api/request_rec.t [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/chris/mod_perl-2.0.0-RC3/t/TEST = -verbose 't/api/request_rec.t' /usr/local/apache2/bin/httpd -d /home/chris/mod_perl-2.0.0-RC3/t -f = /home/chris/mod_perl-2.0.0-RC3/t/conf/httpd.conf -D APACHE2 -D = PERL_USEITHREADS using Apache/2.0.52 (prefork MPM) waiting 120 seconds for server to start: .[Sun Jan 09 10:45:25 2005] = [info] 7 Apache:: modules loaded [Sun Jan 09 10:45:25 2005] [info] 0 APR:: modules loaded [Sun Jan 09 10:45:25 2005] [info] base server + 27 vhosts ready to run = tests . waiting 120 seconds for server to start: ok (waited 1 secs) server TAGTEAM-ES3:8529 started server TAGTEAM-ES3:8530 listening (filter_out_apache) server TAGTEAM-ES3:8531 listening (TestModules::proxy) server TAGTEAM-ES3:8532 listening (TestModperl::merge) server TAGTEAM-ES3:8533 listening (TestModperl::perl_options) server TAGTEAM-ES3:8534 listening (TestModperl::setupenv) server TAGTEAM-ES3:8535 listening (TestVhost::config) server TAGTEAM-ES3:8536 listening (TestVhost::log) server TAGTEAM-ES3:8537 listening (TestUser::rewrite) server TAGTEAM-ES3:8538 listening (TestProtocol::pseudo_http) server TAGTEAM-ES3:8539 listening (TestProtocol::echo_bbs2) server TAGTEAM-ES3:8540 listening (TestProtocol::echo_block) server TAGTEAM-ES3:8541 listening (TestProtocol::echo_timeout) server TAGTEAM-ES3:8542 listening (TestProtocol::echo_filter) server TAGTEAM-ES3:8543 listening (TestProtocol::echo_bbs) server TAGTEAM-ES3:8544 listening (TestProtocol::echo_nonblock) server TAGTEAM-ES3:8545 listening (TestPreConnection::note) server TAGTEAM-ES3:8546 listening (TestHooks::trans) server TAGTEAM-ES3:8547 listening (TestHooks::hookrun) server TAGTEAM-ES3:8548 listening (TestHooks::startup) server TAGTEAM-ES3:8549 listening (TestHooks::stacked_handlers2) server TAGTEAM-ES3:8550 listening (TestHooks::init) server TAGTEAM-ES3:8551 listening (TestFilter::in_bbs_inject_header) server TAGTEAM-ES3:8552 listening (TestFilter::both_str_con_add) server TAGTEAM-ES3:8553 listening (TestFilter::in_bbs_msg) server TAGTEAM-ES3:8554 listening (TestFilter::in_str_msg) server TAGTEAM-ES3:8555 listening (TestDirective::perlmodule) server TAGTEAM-ES3:8556 listening (TestDirective::perlrequire) server TAGTEAM-ES3:8557 listening (TestDirective::perlloadmodule3) server TAGTEAM-ES3:8558 listening (TestDirective::perlloadmodule4) server TAGTEAM-ES3:8559 listening (TestDirective::perlloadmodule5) server TAGTEAM-ES3:8560 listening (TestDirective::perlloadmodule6) t/api/request_rec....1..54 # Running under perl version 5.008 for linux # Current time local: Sun Jan 9 10:45:26 2005 # Current time GMT: Sun Jan 9 15:45:26 2005 # Using Test.pm version 1.23 # Using Apache/Test.pm version 1.20 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # testing : t->proto_num # expected: 1000 # received: 1000 ok 13 # testing : $r->hostname # expected: TAGTEAM-ES3 # received: tagteam-es3 not ok 14 # testing : $r->hostname rw # expected: other.hostname # received: other.hostname ok 15 ok 16 ok 17 ok 18 # testing : $r->method # expected: GET # received: GET ok 19 # testing : $r->method_number # expected: 0 # received: 0 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 # buffered # testing : buffered print # expected: 11 # received: 11 ok 31 # testing : buffered print # expected: 0E0 # received: 0E0 ok 32 # not buffered # testing : unbuffered print # expected: 15 # received: 15 ok 33 # expected: /TestAPI__request_rec/my_path_info?my_args=3D3 # received: /TestAPI__request_rec/my_path_info?my_args=3D3 ok 34 # testing : $r->uri # expected: /TestAPI__request_rec/my_path_info # received: /TestAPI__request_rec/my_path_info ok 35 # testing : $r->path_info # expected: /my_path_info # received: /my_path_info ok 36 # testing : $r->args # expected: my_args=3D3 # received: my_args=3D3 ok 37 # testing : $r->the_request # expected: GET /TestAPI__request_rec/my_path_info?my_args=3D3 HTTP/1.0 # received: GET /TestAPI__request_rec/my_path_info?my_args=3D3 HTTP/1.0 ok 38 ok 39 # testing : $r->location # expected: /TestAPI__request_rec # received: /TestAPI__request_rec ok 40 # sent so far: 1605 bytes ok 41 # testing : mtime # expected: 1104972407 # received: 1104972407 ok 42 # testing : $r->finfo # expected: = /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm # received: = /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm ok 43 ok 44 ok 45 ok 46 # testing : $r->content_languages # expected: [ # fr, # ] # received: [ # fr, # ] ok 47 # testing : $r->content_languages # expected: [ # fr, # ] # received: [ # fr, # ] ok 48 # testing : $r->content_languages # expected: [ # fr, # us, # cn, # ] # received: [ # fr, # us, # cn, # ] ok 49 # testing : $r->content_languages(invalid) # expected: (?-xism:Not an array reference) # received: Not an array reference at = /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 183. ok 50 # testing : invalid Apache::RequestRec=3DHASH(0xa696998) object # expected: (?-xism:method `uri' invoked by a `Apache::RequestRec' = object with no `r' key!) # received: method `uri' invoked by a `Apache::RequestRec' object with = no `r' key! at = /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 193. ok 51 # testing : invalid NonExisting=3DHASH(0xa694300) object # expected: (?-xism:method `uri' invoked by a `NonExisting' object with = no `r' key!) # received: method `uri' invoked by a `NonExisting' object with no `r' = key! at /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm = line 200. ok 52 # testing : invalid HASH(0xa6969c8) object # expected: (?-xism:method `uri' invoked by a `unknown' object with no = `r' key!) # received: method `uri' invoked by a `unknown' object with no `r' key! = at /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 207. ok 53 ok 54 FAILED test 14 Failed 1/54 tests, 98.15% okay Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------= ------ t/api/request_rec.t 54 1 1.85% 14 Failed 1/1 test scripts, 0.00% okay. 1/54 subtests failed, 98.15% okay. [warning] server TAGTEAM-ES3:8529 shutdown [ error] error running tests (please examine t/logs/error_log) ------=_NextPart_000_0450_01C4F63A.566D5B80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2523" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hi Stas,</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Moving to a new server and I'm = rebuilding=20 everything from scratch, I'm getting a single error during "make test" = for=20 "<FONT size=3D1>t/api/request_rec.t".</FONT></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Didn't find much info on it, saw a = message from you=20 to Ruslan Zakirov which had the error but the email was for a = different=20 problem.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Any ideas?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Below is the results of the error log = and screen=20 results after using the t/TEST -clean and -verbose methods.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Apache 2.0.52</FONT></DIV> <DIV><FONT face=3DArial size=3D2>mp2 - 1.999.20</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Linux Redhat Enterprise</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks In Advance!!!</FONT></DIV> <DIV><FONT face=3DArial size=3D2>-Chris</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Error Log (1st as its the = smallest)</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>END in modperl_extra.pl, = pid=3D17489<BR>[Sun Jan 09=20 10:45:27 2005] [notice] Apache/2.0.52 (Unix) world domination series/2.0 = mod_perl/1.999.20 Perl/v5.8.0 configured -- resuming normal = operations<BR>[Sun=20 Jan 09 10:45:27 2005] [info] Server built: Jan 9 2005 = 09:11:33<BR>[Sun Jan=20 09 10:45:27 2005] [debug] prefork.c(955): AcceptMutex: sysvsem (default: = sysvsem)<BR># Failed test 14 in=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm at line = 63<BR>[Sun Jan 09 10:45:28 2005] [info] Child process pid=3D17500 is=20 exiting<BR>END in modperl_extra.pl, pid=3D17500<BR>[Sun Jan 09 10:45:28 = 2005]=20 [info] Child process pid=3D17499 is exiting<BR>END in modperl_extra.pl,=20 pid=3D17499<BR>[Sun Jan 09 10:45:28 2005] [info] removed PID file=20 /home/chris/mod_perl-2.0.0-RC3/t/logs/httpd.pid (pid=3D17493)<BR>[Sun = Jan 09=20 10:45:28 2005] [notice] caught SIGTERM, shutting down<BR>END in=20 modperl_extra.pl, pid=3D17493</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Screen Output During Make = test</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2> t/TEST -clean<BR>t/TEST -verbose=20 t/api/request_rec.t<BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>[warning] setting ulimit to allow core=20 files<BR>ulimit -c unlimited; /usr/bin/perl=20 /home/chris/mod_perl-2.0.0-RC3/t/TEST -verbose=20 't/api/request_rec.t'<BR>/usr/local/apache2/bin/httpd -d=20 /home/chris/mod_perl-2.0.0-RC3/t -f=20 /home/chris/mod_perl-2.0.0-RC3/t/conf/httpd.conf -D APACHE2 -D=20 PERL_USEITHREADS<BR>using Apache/2.0.52 (prefork MPM)</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>waiting 120 seconds for server to = start: .[Sun Jan=20 09 10:45:25 2005] [info] 7 Apache:: modules loaded<BR>[Sun Jan 09 = 10:45:25 2005]=20 [info] 0 APR:: modules loaded<BR>[Sun Jan 09 10:45:25 2005] [info] base = server +=20 27 vhosts ready to run tests<BR>.<BR>waiting 120 seconds for server to = start: ok=20 (waited 1 secs)<BR>server TAGTEAM-ES3:8529 started<BR>server = TAGTEAM-ES3:8530=20 listening (filter_out_apache)<BR>server TAGTEAM-ES3:8531 listening=20 (TestModules::proxy)<BR>server TAGTEAM-ES3:8532 listening=20 (TestModperl::merge)<BR>server TAGTEAM-ES3:8533 listening=20 (TestModperl::perl_options)<BR>server TAGTEAM-ES3:8534 listening=20 (TestModperl::setupenv)<BR>server TAGTEAM-ES3:8535 listening=20 (TestVhost::config)<BR>server TAGTEAM-ES3:8536 listening=20 (TestVhost::log)<BR>server TAGTEAM-ES3:8537 listening=20 (TestUser::rewrite)<BR>server TAGTEAM-ES3:8538 listening=20 (TestProtocol::pseudo_http)<BR>server TAGTEAM-ES3:8539 listening=20 (TestProtocol::echo_bbs2)<BR>server TAGTEAM-ES3:8540 listening=20 (TestProtocol::echo_block)<BR>server TAGTEAM-ES3:8541 listening=20 (TestProtocol::echo_timeout)<BR>server TAGTEAM-ES3:8542 listening=20 (TestProtocol::echo_filter)<BR>server TAGTEAM-ES3:8543 listening=20 (TestProtocol::echo_bbs)<BR>server TAGTEAM-ES3:8544 listening=20 (TestProtocol::echo_nonblock)<BR>server TAGTEAM-ES3:8545 listening=20 (TestPreConnection::note)<BR>server TAGTEAM-ES3:8546 listening=20 (TestHooks::trans)<BR>server TAGTEAM-ES3:8547 listening=20 (TestHooks::hookrun)<BR>server TAGTEAM-ES3:8548 listening=20 (TestHooks::startup)<BR>server TAGTEAM-ES3:8549 listening=20 (TestHooks::stacked_handlers2)<BR>server TAGTEAM-ES3:8550 listening=20 (TestHooks::init)<BR>server TAGTEAM-ES3:8551 listening=20 (TestFilter::in_bbs_inject_header)<BR>server TAGTEAM-ES3:8552 listening=20 (TestFilter::both_str_con_add)<BR>server TAGTEAM-ES3:8553 listening=20 (TestFilter::in_bbs_msg)<BR>server TAGTEAM-ES3:8554 listening=20 (TestFilter::in_str_msg)<BR>server TAGTEAM-ES3:8555 listening=20 (TestDirective::perlmodule)<BR>server TAGTEAM-ES3:8556 listening=20 (TestDirective::perlrequire)<BR>server TAGTEAM-ES3:8557 listening=20 (TestDirective::perlloadmodule3)<BR>server TAGTEAM-ES3:8558 listening=20 (TestDirective::perlloadmodule4)<BR>server TAGTEAM-ES3:8559 listening=20 (TestDirective::perlloadmodule5)<BR>server TAGTEAM-ES3:8560 listening=20 (TestDirective::perlloadmodule6)<BR>t/api/request_rec....1..54<BR># = Running=20 under perl version 5.008 for linux<BR># Current time local: Sun = Jan 9=20 10:45:26 2005<BR># Current time GMT: Sun Jan 9 = 15:45:26=20 2005<BR># Using Test.pm version 1.23<BR># Using Apache/Test.pm version=20 1.20<BR>ok 1<BR>ok 2<BR>ok 3<BR>ok 4<BR>ok 5<BR>ok 6<BR>ok 7<BR>ok = 8<BR>ok=20 9<BR>ok 10<BR>ok 11<BR>ok 12<BR># testing : t->proto_num<BR># = expected:=20 1000<BR># received: 1000<BR>ok 13<BR># testing : $r->hostname<BR># = expected:=20 TAGTEAM-ES3<BR># received: tagteam-es3<BR>not ok 14<BR># testing :=20 $r->hostname rw<BR># expected: other.hostname<BR># received:=20 other.hostname<BR>ok 15<BR>ok 16<BR>ok 17<BR>ok 18<BR># testing :=20 $r->method<BR># expected: GET<BR># received: GET<BR>ok 19<BR># = testing :=20 $r->method_number<BR># expected: 0<BR># received: 0<BR>ok 20<BR>ok = 21<BR>ok=20 22<BR>ok 23<BR>ok 24<BR>ok 25<BR>ok 26<BR>ok 27<BR>ok 28<BR>ok 29<BR>ok = 30<BR>#=20 buffered<BR># testing : buffered print<BR># expected: 11<BR># received: = 11<BR>ok=20 31<BR># testing : buffered print<BR># expected: 0E0<BR># received: = 0E0<BR>ok=20 32<BR># not buffered<BR># testing : unbuffered print<BR># expected: = 15<BR>#=20 received: 15<BR>ok 33<BR># expected:=20 /TestAPI__request_rec/my_path_info?my_args=3D3<BR># received:=20 /TestAPI__request_rec/my_path_info?my_args=3D3<BR>ok 34<BR># testing :=20 $r->uri<BR># expected: /TestAPI__request_rec/my_path_info<BR># = received:=20 /TestAPI__request_rec/my_path_info<BR>ok 35<BR># testing : = $r->path_info<BR>#=20 expected: /my_path_info<BR># received: /my_path_info<BR>ok 36<BR># = testing :=20 $r->args<BR># expected: my_args=3D3<BR># received: my_args=3D3<BR>ok = 37<BR>#=20 testing : $r->the_request<BR># expected: GET=20 /TestAPI__request_rec/my_path_info?my_args=3D3 HTTP/1.0<BR># received: = GET=20 /TestAPI__request_rec/my_path_info?my_args=3D3 HTTP/1.0<BR>ok 38<BR>ok = 39<BR>#=20 testing : $r->location<BR># expected: /TestAPI__request_rec<BR># = received:=20 /TestAPI__request_rec<BR>ok 40<BR># sent so far: 1605 bytes<BR>ok = 41<BR>#=20 testing : mtime<BR># expected: 1104972407<BR># received: = 1104972407<BR>ok=20 42<BR># testing : $r->finfo<BR># expected:=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm<BR># = received:=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm<BR>ok = 43<BR>ok=20 44<BR>ok 45<BR>ok 46<BR># testing : $r->content_languages<BR># = expected:=20 [<BR># fr,<BR># ]<BR># received:=20 [<BR># fr,<BR># ]<BR>ok 47<BR># testing :=20 $r->content_languages<BR># expected: [<BR># = fr,<BR>#=20 ]<BR># received: [<BR># fr,<BR># ]<BR>ok 48<BR># = testing=20 : $r->content_languages<BR># expected: [<BR># = fr,<BR># us,<BR># = cn,<BR>#=20 ]<BR># received: [<BR># = fr,<BR># =20 us,<BR># cn,<BR># ]<BR>ok 49<BR># testing :=20 $r->content_languages(invalid)<BR># expected: (?-xism:Not an array=20 reference)<BR># received: Not an array reference at=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 183.<BR>ok=20 50<BR># testing : invalid Apache::RequestRec=3DHASH(0xa696998) = object<BR>#=20 expected: (?-xism:method `uri' invoked by a `Apache::RequestRec' object = with no=20 `r' key!)<BR># received: method `uri' invoked by a `Apache::RequestRec' = object=20 with no `r' key! at=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 193.<BR>ok=20 51<BR># testing : invalid NonExisting=3DHASH(0xa694300) object<BR># = expected:=20 (?-xism:method `uri' invoked by a `NonExisting' object with no `r' = key!)<BR>#=20 received: method `uri' invoked by a `NonExisting' object with no `r' = key! at=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 200.<BR>ok=20 52<BR># testing : invalid HASH(0xa6969c8) object<BR># expected: = (?-xism:method=20 `uri' invoked by a `unknown' object with no `r' key!)<BR># received: = method=20 `uri' invoked by a `unknown' object with no `r' key! at=20 /home/chris/mod_perl-2.0.0-RC3/t/response/TestAPI/request_rec.pm line = 207.<BR>ok=20 53<BR>ok 54<BR>FAILED test = 14<BR> =20 Failed 1/54 tests, 98.15% okay<BR>Failed=20 Test Stat Wstat Total = Fail =20 Failed List of=20 Failed<BR>---------------------------------------------------------------= ----------------<BR>t/api/request_rec.t &nbs= p; =20 54 1 1.85% 14<BR>Failed 1/1 test = scripts,=20 0.00% okay. 1/54 subtests failed, 98.15% okay.<BR>[warning] server=20 TAGTEAM-ES3:8529 shutdown<BR>[ error] error running tests (please = examine=20 t/logs/error_log)</FONT><FONT face=3DArial size=3D2></FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML> ------=_NextPart_000_0450_01C4F63A.566D5B80--
![]() |
MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
Re: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
RE: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
![]() |
Re: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
RE: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
![]() |
Re: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
RE: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
![]() |
Re: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
RE: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
![]() |
Re: MP2 - Make test Error - t/api/request_rec.t
|
![]() |
![]() |
RE: MP2 - Make test Error - t/api/request_rec.t
|
Generated at 12:39 on 05 Feb 2005 by mariachi v0.52