Commit c9ab946f authored by Boxiang Sun's avatar Boxiang Sun

Try to figure out what's inside the repository list

parent e1a81425
......@@ -38,6 +38,8 @@ import shutil
from AccessControl.SecurityManagement import getSecurityManager, \
setSecurityManager
from App.config import getConfiguration
import sys
_print = sys.stderr.write
config = getConfiguration()
......@@ -165,6 +167,14 @@ class testSlapOSMixin(ERP5TypeTestCase):
def setUpOnce(self):
self.commit()
_print("Debugging setUpOnce")
_print("****************************")
_print("****************************")
_print("****************************")
_print(self.portal.portal_templates.getRepositoryList())
_print("****************************")
_print("****************************")
_print("****************************")
self.portal.portal_templates.updateRepositoryBusinessTemplateList(
repository_list=self.portal.portal_templates.getRepositoryList())
self.commit()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment