Created
April 28, 2011 09:02
-
-
Save EdwardIII/946046 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[edward@eddarch StockRoom]$ DBIC_TRACE=1 prove -l t/model_StockDB.t | |
t/model_StockDB.t .. 1/? SELECT COUNT( * ) FROM tbl_stock me: | |
Use of uninitialized value $_[2] in string eq at /home/edward/perl5/lib/perl5/DBIx/Class/ResultSet.pm line 2097. | |
Use of uninitialized value $_[2] in string eq at /home/edward/perl5/lib/perl5/DBIx/Class/ResultSet.pm line 2097. | |
bless( { | |
current_page => 1, | |
entries_per_page => 10, | |
undef => undef | |
}, 'Data::Page' ) | |
t/model_StockDB.t .. ok | |
All tests successful. | |
Files=1, Tests=1, 2 wallclock secs ( 0.07 usr 0.02 sys + 1.18 cusr 0.10 csys = 1.37 CPU) | |
Result: PASS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment