[Bast-commits] r8145 - DBIx-Class/0.08/branches/sqlt_parser_view/t

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Fri Dec 18 13:46:26 GMT 2009


Author: ribasushi
Date: 2009-12-18 13:46:26 +0000 (Fri, 18 Dec 2009)
New Revision: 8145

Modified:
   DBIx-Class/0.08/branches/sqlt_parser_view/t/99dbic_sqlt_parser.t
Log:
Another bitr

Modified: DBIx-Class/0.08/branches/sqlt_parser_view/t/99dbic_sqlt_parser.t
===================================================================
--- DBIx-Class/0.08/branches/sqlt_parser_view/t/99dbic_sqlt_parser.t	2009-12-18 13:44:52 UTC (rev 8144)
+++ DBIx-Class/0.08/branches/sqlt_parser_view/t/99dbic_sqlt_parser.t	2009-12-18 13:46:26 UTC (rev 8145)
@@ -16,7 +16,7 @@
 my $schema = DBICTest->init_schema();
 # Dummy was yanked out by the sqlt hook test
 # CustomSql tests the horrific/deprecated ->name(\$sql) hack
-# YearXXXXCDs and NoViewDefinition are views
+# YearXXXXCDs are views
 #
 my @sources = grep
   { $_ !~ /^ (?: Dummy | CustomSql | Year\d{4}CDs ) $/x }




More information about the Bast-commits mailing list