diff test/test_init.py @ 1592:4074e2336eed

fixes to unit tests for recent changes
author Richard Jones <richard@users.sourceforge.net>
date Thu, 17 Apr 2003 06:51:44 +0000
parents 96cd422532ef
children 84b6d5b07626
line wrap: on
line diff
--- a/test/test_init.py	Thu Apr 17 03:38:00 2003 +0000
+++ b/test/test_init.py	Thu Apr 17 06:51:44 2003 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: test_init.py,v 1.22 2003-03-18 00:50:24 richard Exp $
+# $Id: test_init.py,v 1.23 2003-04-17 06:51:44 richard Exp $
 
 import unittest, os, shutil, errno, imp, sys
 
@@ -43,7 +43,7 @@
         ae = self.assertEqual
 
         # create the instance
-        init.install(self.dirname, 'classic')
+        init.install(self.dirname, 'templates/classic')
         init.write_select_db(self.dirname, self.backend)
         init.initialise(self.dirname, 'sekrit')
 

Roundup Issue Tracker: http://roundup-tracker.org/