Author: francois
Date: 2010-04-22 15:01:21 +0200 (Thu, 22 Apr 2010)
New Revision: 29237

Added:
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ArticleQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AttachmentQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorArticleQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/BookQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/CategoryQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieI18nQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductI18nQuery.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductQuery.php
Modified:
   plugins/sfPropel15Plugin/trunk/test/bootstrap/functional.php
   
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/ProjectConfiguration.class.php
   plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/propel.ini
Log:
[sfPropel15Plugin] Updated test suite

Modified: plugins/sfPropel15Plugin/trunk/test/bootstrap/functional.php
===================================================================
--- plugins/sfPropel15Plugin/trunk/test/bootstrap/functional.php        
2010-04-22 13:00:07 UTC (rev 29236)
+++ plugins/sfPropel15Plugin/trunk/test/bootstrap/functional.php        
2010-04-22 13:01:21 UTC (rev 29237)
@@ -13,6 +13,7 @@
 // we need SQLite for functional tests
 if (!extension_loaded('SQLite') && !extension_loaded('pdo_SQLite'))
 {
+  echo "SQLite extension is required to run unit tests\n";
   return false;
 }
 

Modified: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/ProjectConfiguration.class.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/ProjectConfiguration.class.php
       2010-04-22 13:00:07 UTC (rev 29236)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/ProjectConfiguration.class.php
       2010-04-22 13:01:21 UTC (rev 29237)
@@ -1,5 +1,5 @@
 <?php
-
+define('SF_DIR', dirname(__FILE__).'/../../../../../../lib/vendor/symfony/');
 require_once SF_DIR. 'lib/autoload/sfCoreAutoload.class.php';
 sfCoreAutoload::register();
 
@@ -7,7 +7,7 @@
 {
   public function setup()
   {
-    $this->enableAllPluginsExcept(array('sfDoctrinePlugin'));
+    $this->enablePlugins('sfPropel15Plugin');
   }
 
   public function initializePropel($app)

Modified: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/propel.ini
===================================================================
--- plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/propel.ini   
2010-04-22 13:00:07 UTC (rev 29236)
+++ plugins/sfPropel15Plugin/trunk/test/functional/fixtures/config/propel.ini   
2010-04-22 13:01:21 UTC (rev 29237)
@@ -48,8 +48,8 @@
 
 ; behaviors
 propel.behavior.default                        = symfony,symfony_i18n
-propel.behavior.symfony.class                  = 
plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorSymfony
-propel.behavior.symfony_i18n.class             = 
plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorI18n
-propel.behavior.symfony_i18n_translation.class = 
plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorI18nTranslation
-propel.behavior.symfony_behaviors.class        = 
plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorSymfonyBehaviors
-propel.behavior.symfony_timestampable.class    = 
plugins.sfPropelPlugin.lib.behavior.SfPropelBehaviorTimestampable
+propel.behavior.symfony.class                  = 
plugins.sfPropel15Plugin.lib.behavior.SfPropelBehaviorSymfony
+propel.behavior.symfony_i18n.class             = 
plugins.sfPropel15Plugin.lib.behavior.SfPropelBehaviorI18n
+propel.behavior.symfony_i18n_translation.class = 
plugins.sfPropel15Plugin.lib.behavior.SfPropelBehaviorI18nTranslation
+propel.behavior.symfony_behaviors.class        = 
plugins.sfPropel15Plugin.lib.behavior.SfPropelBehaviorSymfonyBehaviors
+propel.behavior.symfony_timestampable.class    = 
plugins.sfPropel15Plugin.lib.behavior.SfPropelBehaviorTimestampable

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ArticleQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ArticleQuery.php
                          (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ArticleQuery.php
  2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'article' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class ArticleQuery extends BaseArticleQuery {
+
+} // ArticleQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ArticleQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AttachmentQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AttachmentQuery.php
                               (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AttachmentQuery.php
       2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'attachment' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:16 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class AttachmentQuery extends BaseAttachmentQuery {
+
+} // AttachmentQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AttachmentQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorArticleQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorArticleQuery.php
                            (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorArticleQuery.php
    2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'author_article' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class AuthorArticleQuery extends BaseAuthorArticleQuery {
+
+} // AuthorArticleQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorArticleQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorQuery.php
                           (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorQuery.php
   2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'author' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class AuthorQuery extends BaseAuthorQuery {
+
+} // AuthorQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/AuthorQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/BookQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/BookQuery.php 
                            (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/BookQuery.php 
    2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 'book' 
table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class BookQuery extends BaseBookQuery {
+
+} // BookQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/BookQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/CategoryQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/CategoryQuery.php
                         (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/CategoryQuery.php
 2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'category' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class CategoryQuery extends BaseCategoryQuery {
+
+} // CategoryQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/CategoryQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieI18nQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieI18nQuery.php
                                (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieI18nQuery.php
        2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'movie_i18n' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:16 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class MovieI18nQuery extends BaseMovieI18nQuery {
+
+} // MovieI18nQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieI18nQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieQuery.php
                            (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieQuery.php
    2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 'movie' 
table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class MovieQuery extends BaseMovieQuery {
+
+} // MovieQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/MovieQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductI18nQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductI18nQuery.php
                              (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductI18nQuery.php
      2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'product_i18n' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class ProductI18nQuery extends BaseProductI18nQuery {
+
+} // ProductI18nQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductI18nQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

Added: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductQuery.php
===================================================================
--- 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductQuery.php
                          (rev 0)
+++ 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductQuery.php
  2010-04-22 13:01:21 UTC (rev 29237)
@@ -0,0 +1,21 @@
+<?php
+
+
+/**
+ * Skeleton subclass for performing query and update operations on the 
'product' table.
+ *
+ * 
+ *
+ * This class was autogenerated by Propel 1.5.0-dev on:
+ *
+ * Sat Apr  3 18:10:15 2010
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.lib.model
+ */
+class ProductQuery extends BaseProductQuery {
+
+} // ProductQuery


Property changes on: 
plugins/sfPropel15Plugin/trunk/test/functional/fixtures/lib/model/ProductQuery.php
___________________________________________________________________
Added: svn:keywords
   + "Id Rev Revision Author"
Added: svn:eol-style
   + native

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to