[Bast-commits] r5343 - in DBIx-Class/0.08/branches/multi_stuff/t: . lib

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Sat Jan 24 18:44:08 GMT 2009


Author: ribasushi
Date: 2009-01-24 18:44:08 +0000 (Sat, 24 Jan 2009)
New Revision: 5343

Modified:
   DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t
   DBIx-Class/0.08/branches/multi_stuff/t/lib/sqlite.sql
Log:
that's it

Modified: DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t	2009-01-24 18:39:02 UTC (rev 5342)
+++ DBIx-Class/0.08/branches/multi_stuff/t/96multi_create.t	2009-01-24 18:44:08 UTC (rev 5343)
@@ -10,7 +10,7 @@
 
 my $schema = DBICTest->init_schema();
 
-diag '* simple create + parent (the stuff $rs belongs_to)'
+diag '* simple create + parent (the stuff $rs belongs_to)';
 eval {
   my $cd = $schema->resultset('CD')->create({
     artist => { 

Modified: DBIx-Class/0.08/branches/multi_stuff/t/lib/sqlite.sql
===================================================================
--- DBIx-Class/0.08/branches/multi_stuff/t/lib/sqlite.sql	2009-01-24 18:39:02 UTC (rev 5342)
+++ DBIx-Class/0.08/branches/multi_stuff/t/lib/sqlite.sql	2009-01-24 18:44:08 UTC (rev 5343)
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::SQLite
--- Created on Sat Jan 17 19:40:47 2009
+-- Created on Sat Jan 24 19:42:15 2009
 -- 
 BEGIN TRANSACTION;
 
@@ -38,17 +38,6 @@
 CREATE INDEX cd_artwork_idx_cd_id_cd_artwor ON cd_artwork (cd_id);
 
 --
--- Table: bindtype_test
---
-CREATE TABLE bindtype_test (
-  id INTEGER PRIMARY KEY NOT NULL,
-  bytea blob,
-  blob blob,
-  clob clob
-);
-
-
---
 -- Table: artwork_to_artist
 --
 CREATE TABLE artwork_to_artist (
@@ -61,6 +50,17 @@
 CREATE INDEX artwork_to_artist_idx_artwork_cd_id_artwork_to_ ON artwork_to_artist (artwork_cd_id);
 
 --
+-- Table: bindtype_test
+--
+CREATE TABLE bindtype_test (
+  id INTEGER PRIMARY KEY NOT NULL,
+  bytea blob,
+  blob blob,
+  clob clob
+);
+
+
+--
 -- Table: bookmark
 --
 CREATE TABLE bookmark (




More information about the Bast-commits mailing list