| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 787f061 commit e0bc2fe
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,10 +208,11 @@ def testImplicitAssemblyLoad(self): | |||
| 208 | 208 | def test(): | |
| 209 | 209 | # This should fail until System.Windows.Forms has been | |
| 210 | 210 | # 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 | ||
| 212 | 212 | import System.Windows | |
| 213 | 213 | ||
| 214 | 214 | # 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. | ||
| 215 | 216 | self.assertRaises(ImportError, test) | |
| 216 | 217 | ||
| 217 | 218 | clr.AddReference("System.Windows.Forms") | |
| Back | FazBrowse Home | New Git URL |
0 commit comments