# HG changeset patch # User Sylvain Thénault # Date 1276692459 -7200 # Node ID 02bccbc4ff1c7be0b848252acbfd72711a355cdf # Parent b6453e606d25705bc94848c08b1d808d6de8856c [test] unittest_multisources: external source shouldn't use the same database as the main repo... diff -r b6453e606d25 -r 02bccbc4ff1c server/test/data/schema.py --- a/server/test/data/schema.py Wed Jun 16 13:54:10 2010 +0200 +++ b/server/test/data/schema.py Wed Jun 16 14:47:39 2010 +0200 @@ -15,9 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -""" -""" from yams.buildobjs import (EntityType, RelationType, RelationDefinition, SubjectRelation, RichString, String, Int, Boolean, Datetime) from yams.constraints import SizeConstraint diff -r b6453e606d25 -r 02bccbc4ff1c server/test/data/sources_multi --- a/server/test/data/sources_multi Wed Jun 16 13:54:10 2010 +0200 +++ b/server/test/data/sources_multi Wed Jun 16 14:47:39 2010 +0200 @@ -3,7 +3,7 @@ db-driver = sqlite db-host = adapter = native -db-name = tmpdb +db-name = tmpdb-multi db-encoding = UTF-8 db-user = admin db-password = gingkow