[svn:PHP-Sandwich] rev 1409 - PHP-Sandwich/trunk/t
[email protected] 19 Jul 2005 18:23:52 -0000
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
Author: theory Date: Tue Jul 19 11:23:52 2005 New Revision: 1409 Modified: PHP-Sandwich/trunk/t/1.t PHP-Sandwich/trunk/t/10.t PHP-Sandwich/trunk/t/11.t PHP-Sandwich/trunk/t/12.t PHP-Sandwich/trunk/t/13.t PHP-Sandwich/trunk/t/14.t PHP-Sandwich/trunk/t/15.t PHP-Sandwich/trunk/t/16.t PHP-Sandwich/trunk/t/17.t PHP-Sandwich/trunk/t/2.t PHP-Sandwich/trunk/t/20.t PHP-Sandwich/trunk/t/3.t PHP-Sandwich/trunk/t/5.t PHP-Sandwich/trunk/t/6.t PHP-Sandwich/trunk/t/7.t PHP-Sandwich/trunk/t/8.t PHP-Sandwich/trunk/t/9.t Log: Always show warnings in tests. Modified: PHP-Sandwich/trunk/t/1.t ============================================================================== --- PHP-Sandwich/trunk/t/1.t (original) +++ PHP-Sandwich/trunk/t/1.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 6; Modified: PHP-Sandwich/trunk/t/10.t ============================================================================== --- PHP-Sandwich/trunk/t/10.t (original) +++ PHP-Sandwich/trunk/t/10.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 6; use Data::Dumper; Modified: PHP-Sandwich/trunk/t/11.t ============================================================================== --- PHP-Sandwich/trunk/t/11.t (original) +++ PHP-Sandwich/trunk/t/11.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 3; Modified: PHP-Sandwich/trunk/t/12.t ============================================================================== --- PHP-Sandwich/trunk/t/12.t (original) +++ PHP-Sandwich/trunk/t/12.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 7; Modified: PHP-Sandwich/trunk/t/13.t ============================================================================== --- PHP-Sandwich/trunk/t/13.t (original) +++ PHP-Sandwich/trunk/t/13.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 4; Modified: PHP-Sandwich/trunk/t/14.t ============================================================================== --- PHP-Sandwich/trunk/t/14.t (original) +++ PHP-Sandwich/trunk/t/14.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 8; Modified: PHP-Sandwich/trunk/t/15.t ============================================================================== --- PHP-Sandwich/trunk/t/15.t (original) +++ PHP-Sandwich/trunk/t/15.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 7; Modified: PHP-Sandwich/trunk/t/16.t ============================================================================== --- PHP-Sandwich/trunk/t/16.t (original) +++ PHP-Sandwich/trunk/t/16.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 7; Modified: PHP-Sandwich/trunk/t/17.t ============================================================================== --- PHP-Sandwich/trunk/t/17.t (original) +++ PHP-Sandwich/trunk/t/17.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 7; Modified: PHP-Sandwich/trunk/t/2.t ============================================================================== --- PHP-Sandwich/trunk/t/2.t (original) +++ PHP-Sandwich/trunk/t/2.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 6; Modified: PHP-Sandwich/trunk/t/20.t ============================================================================== --- PHP-Sandwich/trunk/t/20.t (original) +++ PHP-Sandwich/trunk/t/20.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use PHP; Modified: PHP-Sandwich/trunk/t/3.t ============================================================================== --- PHP-Sandwich/trunk/t/3.t (original) +++ PHP-Sandwich/trunk/t/3.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use ExtUtils::testlib; use Test::More tests => 6; Modified: PHP-Sandwich/trunk/t/5.t ============================================================================== --- PHP-Sandwich/trunk/t/5.t (original) +++ PHP-Sandwich/trunk/t/5.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 6; Modified: PHP-Sandwich/trunk/t/6.t ============================================================================== --- PHP-Sandwich/trunk/t/6.t (original) +++ PHP-Sandwich/trunk/t/6.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 4; Modified: PHP-Sandwich/trunk/t/7.t ============================================================================== --- PHP-Sandwich/trunk/t/7.t (original) +++ PHP-Sandwich/trunk/t/7.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 9; Modified: PHP-Sandwich/trunk/t/8.t ============================================================================== --- PHP-Sandwich/trunk/t/8.t (original) +++ PHP-Sandwich/trunk/t/8.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 9; use Data::Dumper; Modified: PHP-Sandwich/trunk/t/9.t ============================================================================== --- PHP-Sandwich/trunk/t/9.t (original) +++ PHP-Sandwich/trunk/t/9.t Tue Jul 19 11:23:52 2005 @@ -1,4 +1,4 @@ -#!/opt/ecelerity/3rdParty/bin/perl +#!/opt/ecelerity/3rdParty/bin/perl -w use strict; use Test::More tests => 9; use Data::Dumper;