Author: rande
Date: 2010-04-28 01:10:17 +0200 (Wed, 28 Apr 2010)
New Revision: 29276
Modified:
plugins/sfSolrPlugin/branches/sf1.2/test/data/configTest/project.yml
Log:
[sfSolrPlugin] fix test to work with sf1.3 or greater
Modified: plugins/sfSolrPlugin/branches/sf1.2/test/data/configTest/project.yml
===================================================================
--- plugins/sfSolrPlugin/branches/sf1.2/test/data/configTest/project.yml
2010-04-27 23:00:05 UTC (rev 29275)
+++ plugins/sfSolrPlugin/branches/sf1.2/test/data/configTest/project.yml
2010-04-27 23:10:17 UTC (rev 29276)
@@ -32,4 +32,7 @@
models:
FakeModel: ~
-fooLucene: ~
\ No newline at end of file
+# we cannot have an empty value for fooLucene (ie: fooLucene: ~)
+fooLucene:
+ models: ~
+ index: ~
\ No newline at end of file
--
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.