Group
Extension

Matches 3

WE_Framework ( S/SR/SREZIC/WE_Framework-0.097_03.tar.gz, SREZIC, 2007; MetaCPAN )
WE_Framework/t/10_we_complexuserdb.t ( view source; MetaCPAN )
;

	{
	    my $uo = $u->get_user_object("gerhardschroeder");
	    if ($crypt_mode eq 'crypt') {
		isnt($uo->Password, "bla", "Password is encrypted");
	    } elsif ($crypt_mode eq 'none') {
		is($uo->
1);

	    {
		my $uo = $u->get_user_object("angelamerkel");
		if ($crypt_mode eq 'crypt') {
		    isnt($uo->Password, "geheim", "Password is encrypted");
		} elsif ($crypt_mode eq 'none') {
		    is($
WE_Framework ( S/SR/SREZIC/WE_Framework-0.097_03.tar.gz, SREZIC, 2007; MetaCPAN )
WE_Framework/t/22_permissions.t ( view source; MetaCPAN )
owed(-user => "eserte",
		       -page => "hotels/hotel1/bla",
		       -process => 'publish') };
isnt($@, "", "illegal match directive");

############################################################
owed(-user => "eserte",
		       -page => "hotels/hotel1/bla",
		       -process => 'publish') };
isnt($@, "", "illegal regexp");

#####################################################################
WE_Framework ( S/SR/SREZIC/WE_Framework-0.097_03.tar.gz, SREZIC, 2007; MetaCPAN )
WE_Framework/t/01_we_obj.t ( view source; MetaCPAN )
'WE::Obj');
$o->Id(1);
is($o->Id, 1);
$o->Title("Bla");
is($o->Title, "Bla");
my $o2 = $o->clone;
isnt("$o", "$o2");
is($o2->Title, "Bla");
is($o2->Id, 1);
$o2->Id(2);
is($o2->Id, 2);
is($o->Id, 1);


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