Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Let's hope this fixes tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Oct 26, 2010
1 parent 5667057 commit 1daebbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grokui/admin/tests/security.py
Expand Up @@ -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
Expand Down

0 comments on commit 1daebbb

Please sign in to comment.