You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/11/15 01:08:24 UTC

svn commit: r475074 - /incubator/roller/trunk/testdata/roller-custom.properties

Author: agilliland
Date: Tue Nov 14 16:08:23 2006
New Revision: 475074

URL: http://svn.apache.org/viewvc?view=rev&rev=475074
Log:
update test config so that it doesn't create any categories or folders/bookmarks by default.


Modified:
    incubator/roller/trunk/testdata/roller-custom.properties

Modified: incubator/roller/trunk/testdata/roller-custom.properties
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/testdata/roller-custom.properties?view=diff&rev=475074&r1=475073&r2=475074
==============================================================================
--- incubator/roller/trunk/testdata/roller-custom.properties (original)
+++ incubator/roller/trunk/testdata/roller-custom.properties Tue Nov 14 16:08:23 2006
@@ -2,6 +2,13 @@
 # Uncomment this to use JDO backend
 #persistence.roller.classname=org.apache.roller.business.JDO.JDORollerImpl
 
+# we don't want to start with any folders/bookmarks for testing
+newuser.blogroll=
+
+# we don't want to start with any weblog categories for testing
+newuser.categories=
+
+
 search.index.dir=search-index
 
 jdbc.driverClass=org.hsqldb.jdbcDriver
@@ -9,4 +16,4 @@
 jdbc.username=sa
 jdbc.password=
 
-hibernate.dialect=org.hibernate.dialect.HSQLDialect
\ No newline at end of file
+hibernate.dialect=org.hibernate.dialect.HSQLDialect