[Checkins] SVN: grokui.admin/trunk/src/grokui/admin/tests/security.py Let's hope this fixes tests on windows

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Oct 26 09:41:50 EDT 2010


Log message for revision 117900:
  Let's hope this fixes tests on windows

Changed:
  U   grokui.admin/trunk/src/grokui/admin/tests/security.py

-=-
Modified: grokui.admin/trunk/src/grokui/admin/tests/security.py
===================================================================
--- grokui.admin/trunk/src/grokui/admin/tests/security.py	2010-10-26 13:30:48 UTC (rev 117899)
+++ grokui.admin/trunk/src/grokui/admin/tests/security.py	2010-10-26 13:41:50 UTC (rev 117900)
@@ -80,6 +80,7 @@
   >>> import os.path
   >>> fake_source = os.path.join(os.path.dirname(__file__), 'releaseinfo')
   >>> fake_source_url = 'file://%s' % fake_source + os.path.sep
+  >>> fake_source_url = fake_source_url.replace(os.path.sep, '/')
   >>> sn.setLookupURL(fake_source_url)
 
 Now we can safely enable the notifier and see, whether there are infos



More information about the checkins mailing list