[Bast-commits] r5188 - in SQL-Abstract/1.x/branches/1.50_RC: .
lib/SQL/Abstract
norbi at dev.catalyst.perl.org
norbi at dev.catalyst.perl.org
Mon Nov 24 22:21:00 GMT 2008
Author: norbi
Date: 2008-11-24 22:20:59 +0000 (Mon, 24 Nov 2008)
New Revision: 5188
Modified:
SQL-Abstract/1.x/branches/1.50_RC/
SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract/Test.pm
Log:
r5233 at vger: mendel | 2008-11-24 23:20:54 +0100
* Updated doc to refer to Test::Builder instead of Test::More where appropriate.
Property changes on: SQL-Abstract/1.x/branches/1.50_RC
___________________________________________________________________
Name: svk:merge
- 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5202
+ 4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/SQL-Abstract/1.x/branches/1.50_RC:5233
Modified: SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract/Test.pm
===================================================================
--- SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract/Test.pm 2008-11-24 20:49:05 UTC (rev 5187)
+++ SQL-Abstract/1.x/branches/1.50_RC/lib/SQL/Abstract/Test.pm 2008-11-24 22:20:59 UTC (rev 5188)
@@ -22,7 +22,7 @@
my $same_sql = eq_sql($tree1, $tree2);
my $same_bind = eq_bind($bind_ref1, $bind_ref2);
- # call Test::More::ok
+ # call Test::Builder::ok
$tb->ok($same_sql && $same_bind, $msg);
# add debugging info
@@ -200,9 +200,9 @@
$expected_sql, \@expected_bind, $test_msg);
Compares given and expected pairs of C<($sql, \@bind)>, and calls
-L<Test::More/ok> on the result, with C<$test_msg> as message. If the
+L<Test::Builder/ok> on the result, with C<$test_msg> as message. If the
test fails, a detailed diagnostic is printed. For clients which use
-L<Test::More|Test::More>, this is the only function that needs to be
+L<Test::Build>, this is the only function that needs to be
imported.
=head2 eq_sql
@@ -236,7 +236,7 @@
=head1 SEE ALSO
-L<SQL::Abstract>, L<Test::More>.
+L<SQL::Abstract>, L<Test::More>, L<Test::Builder>.
=head1 AUTHOR
More information about the Bast-commits
mailing list