You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/07/26 15:23:57 UTC

svn commit: r559805 - in /roller/trunk/apps/weblogger: build.xml testdata/planet-custom.properties

Author: snoopdave
Date: Thu Jul 26 06:23:56 2007
New Revision: 559805

URL: http://svn.apache.org/viewvc?view=rev&rev=559805
Log:
Fixing broken WebloggerRomeFeedFetcherTest

Added:
    roller/trunk/apps/weblogger/testdata/planet-custom.properties
Modified:
    roller/trunk/apps/weblogger/build.xml

Modified: roller/trunk/apps/weblogger/build.xml
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/build.xml?view=diff&rev=559805&r1=559804&r2=559805
==============================================================================
--- roller/trunk/apps/weblogger/build.xml (original)
+++ roller/trunk/apps/weblogger/build.xml Thu Jul 26 06:23:56 2007
@@ -809,6 +809,7 @@
             <jvmarg value="-Dcatalina.base=${build.tests}"/>
             <jvmarg value="-Dro.build=${ro.build}"/>
             <jvmarg value="-Droller.custom.config=${build.tests}/roller-custom.properties"/>
+            <jvmarg value="-Dplanet.custom.config=${build.tests}/planet-custom.properties"/>
             <formatter type="xml"/>
             <batchtest toDir="${build.reports}/presentation/xml">
                 <fileset dir="${build.compile.tests}">

Added: roller/trunk/apps/weblogger/testdata/planet-custom.properties
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/testdata/planet-custom.properties?view=auto&rev=559805
==============================================================================
--- roller/trunk/apps/weblogger/testdata/planet-custom.properties (added)
+++ roller/trunk/apps/weblogger/testdata/planet-custom.properties Thu Jul 26 06:23:56 2007
@@ -0,0 +1,23 @@
+
+# Pluggable backend
+#guice.backend.module=org.apache.roller.weblogger.business.jpa.PlanetModule
+
+database.configurationType=jdbc
+
+database.jdbc.driverClass=org.apache.derby.jdbc.ClientDriver
+database.jdbc.connectionURL=jdbc:derby://localhost:3219/roller
+database.jdbc.username=app
+database.jdbc.password=app
+
+hibernate.dialect=org.hibernate.dialect.DerbyDialect
+
+#database.jdbc.driverClass=com.mysql.jdbc.Driver
+#database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollertest
+#database.jdbc.username=scott
+#database.jdbc.password=tiger
+#hibernate.dialect=org.hibernate.dialect.MySQLDialect
+#openjpa.jdbc.DBDictionary=mysql(SupportsSubselect=false, SearchStringEscape=\\\\)
+
+openjpa.Log=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=INFO
+#openjpa.Log=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=TRACE
+