Group
Extension

Matches 25

Apache-SWIT ( B/BO/BOSU/Apache-SWIT-0.54.tar.gz, BOSU, 2011; MetaCPAN )
Apache-SWIT/t/apache/060_guitest.t ( view source; MetaCPAN )
{ the_upload => '/etc/passwd' }
		, button => [ 0 ]);
my ($enc_loid) = ($res[0] =~ /loid=(\w+)/);
isnt($enc_loid, undef) or exit 1;

my $loid = HTML::Tested::Seal->instance->decrypt($enc_loid);
cmp_ok
Apache-SWIT ( B/BO/BOSU/Apache-SWIT-0.54.tar.gz, BOSU, 2011; MetaCPAN )
Apache-SWIT/t/apache/010_tester.t ( view source; MetaCPAN )
t->new({ session_class => 'Apache::SWIT::Session' });
isa_ok($t, 'T::Test');
is($t->mech, undef);
isnt($t->session->request, undef);
is($t->session->request->pnotes('SWITSession'), $t->session);

my @
Apache-SWIT ( B/BO/BOSU/Apache-SWIT-0.54.tar.gz, BOSU, 2011; MetaCPAN )
Apache-SWIT/t/200_db_connection.t ( view source; MetaCPAN )
ection->instance->db_handle->selectall_arrayref(
		"SELECT * FROM foo");
is($arr->[0]->[0], 'a');
isnt(Apache::SWIT::DB::Connection->instance->db_handle, $test_db->handle);

my $pid = fork();
if ($pid
Apache-SWIT ( B/BO/BOSU/Apache-SWIT-0.54.tar.gz, BOSU, 2011; MetaCPAN )
Apache-SWIT/t/570_run_server.t ( view source; MetaCPAN )
+) started/);
like($err, qr/Press Enter to finish \.\.\./);
like($err, qr/Apache memory before/);
isnt($host, undef) or $host = '';

my $ua = LWP::UserAgent->new;
my $cont = $ua->get("http://$host/ttt
Apache-SWIT ( B/BO/BOSU/Apache-SWIT-0.54.tar.gz, BOSU, 2011; MetaCPAN )
Apache-SWIT/t/540_db_class.t ( view source; MetaCPAN )
ake test_ TEST_FILES=t/234_the_table.t 2>&1`;
unlike($res, qr/Failed/);
like($res, qr/success/);

isnt(-f 't/conf/schema.sql', undef);
`make realclean && perl Makefile.PL`;
is(-f 't/conf/schema.sql', 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.