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

Skip to content

Commit e0bc2fe

Browse files
author
Barton Cline
committed
# Update notes on "failed" tests "
1 parent 787f061 commit e0bc2fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonnet/src/tests/test_module.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,11 @@ 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)
211+
# True for Windows; Not so for Mono 2.8.1
212212
import System.Windows
213213

214214
# The test fails when the project is compiled with MS VS 2005. Dunno why :(
215+
# Fails (as expected) on Late Binding model. Works as expected on an interactive sesson.
215216
self.assertRaises(ImportError, test)
216217

217218
clr.AddReference("System.Windows.Forms")

0 commit comments

Comments
 (0)