Group
Extension

Matches 3

Jifty-Plugin-ModelMap ( B/BO/BOKUTIN/Jifty-Plugin-ModelMap-0.02.tar.gz, BOKUTIN, 2008; MetaCPAN )
Jifty-Plugin-ModelMap/t/TestApp/t/00-model-Part.t ( view source; MetaCPAN )
ed the right id");

# And another
$o->create();
ok($o->id, "Part create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 
Jifty-Plugin-ModelMap ( B/BO/BOKUTIN/Jifty-Plugin-ModelMap-0.02.tar.gz, BOKUTIN, 2008; MetaCPAN )
Jifty-Plugin-ModelMap/t/TestApp/t/00-model-PartSupplierLink.t ( view source; MetaCPAN )
 id");

# And another
$o->create();
ok($o->id, "PartSupplierLink create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 
Jifty-Plugin-ModelMap ( B/BO/BOKUTIN/Jifty-Plugin-ModelMap-0.02.tar.gz, BOKUTIN, 2008; MetaCPAN )
Jifty-Plugin-ModelMap/t/TestApp/t/00-model-Supplier.t ( view source; MetaCPAN )
he right id");

# And another
$o->create();
ok($o->id, "Supplier create returned another value");
isnt($o->id, $id, "And it is different from the previous one");

# Searches in general
my $collection 

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