Group
Extension

Matches 6

SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/00_base_case.t ( view source; MetaCPAN )
> 'foo',
                                             default_values => $DEFAULT_VARS });
        isnt( $item_nodef->{FirstName}, $DEFAULT_NAME,
              'Default value set in constructor but pas
    'Class of cloned item matches' );
        isnt( $cloned->id, $item->id,
              'id() of cloned item does not match as expected' );
        isnt( $cloned->ID_name, $item->ID_name,
          
SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/00_base.t ( view source; MetaCPAN )
> 'foo',
                                             default_values => $DEFAULT_VARS });
        isnt( $item_nodef->{name}, $DEFAULT_NAME,
              'Default value set in constructor but passed v
    'Class of cloned item matches' );
        isnt( $cloned->id, $item->id,
              'id() of cloned item does not match as expected' );
        isnt( $cloned->id_name, $item->id_name,
          
SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/30_dbi.t ( view source; MetaCPAN )
clone({ spops_name => 'YourProject',
                                           spops_goop => 'this n that',
                                           spops_id   => 1792 } ) };
        ok( ! $@, 'Clo
ip_cache => 1 }) };
        ok( ! $@, 'Insert object with "no_insert" field specified' );
        isnt( $obj->{spops_name}, 'FOO!', 'Data reset for no_insert field in object' );
        my $new_obj = 
                    skip_cache => 1 }) };
        ok( ! $@, 'Refetch no_insert object' );
        isnt( $new_obj->{spops_name}, 'FOO!', 'Fetched data proper data for no_insert field' );
    }

    # F
SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/20_gdbm.t ( view source; MetaCPAN )
>clone({ name => 'YourProject', version => 1.02 }) };
        ok( ! $@, 'Clone object' );
        isnt( $new_obj->{name}, $obj->{name}, 'Clone object (override content)' );

        eval { $new_obj->s
SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/02_tie_strict.t ( view source; MetaCPAN )

    is( $data->{fum}, 'pancakes', 'Strict field set' );    
    $data->{fuum} = 'blueberry';
    isnt( $data->{fum}, 'blueberry', 'Strict field incorrectly set' );
}

# Simple routine to retrieve a S
SPOPS ( C/CW/CWINTERS/SPOPS-0.87.tar.gz, CWINTERS, 2004; MetaCPAN )
SPOPS/t/01_tie.t ( view source; MetaCPAN )
 );
    $data->{sleepy} = 'sloopy';
    is( $data->{sleepy}, 'sloopy', 'Basic equivalency' );
    isnt( $obj->{ IDX_CHANGE() }, 0, 'Modified change flag' );
}

# Multivalue fields

{
    my ( $obj, $d

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