Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f2d385

Browse files
author
Barton Cline
committed
# in testImplicitAssemblyLoad
self.assertRaises(ImportError, test) AssertionError: ImportError not raised Raised on - Mono 2.8.1 (ubuntu 10.10) but not on Windows 7
1 parent 93966ff commit 2f2d385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonnet/src/tests/test_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def testImplicitAssemblyLoad(self):
208208
def test():
209209
# This should fail until System.Windows.Forms has been
210210
# imported or that assembly has been explicitly loaded.
211+
# True for Windows; Not so for Mono 2.8.1 (ubuntu 10.10)
211212
import System.Windows
212213

213214
# The test fails when the project is compiled with MS VS 2005. Dunno why :(

0 commit comments

Comments
 (0)