[svn:modperl-modules] rev 170 - Apache-Scoreboard-2.0/trunk/t/lib/MyTest
[email protected] 3 Mar 2005 04:09:46 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: stas
Date: Wed Mar 2 20:09:46 2005
New Revision: 170
Modified:
Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm
Log:
test the rest of previously untested worker score methods
Modified: Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm
==============================================================================
--- Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm (original)
+++ Apache-Scoreboard-2.0/trunk/t/lib/MyTest/Common.pm Wed Mar 2 20:09:46 2005
@@ -218,9 +218,11 @@
return $status;
}
-my @methods = qw(status access_count request client
- bytes_served conn_bytes conn_count times start_time
- stop_time req_time);
+my @methods = qw(access_count bytes_served
+ client conn_bytes conn_count most_recent
+ my_access_count my_bytes_served request req_time
+ start_time status stop_time thread_num tid times
+ );
# vhost is not available outside mod_perl, since it requires a call to
# an Apache method