| 123456789101112131415161718192021222324252627 |
- 2004-03-08 Nick Drochak <[email protected]>
- * VBCodeProviderTest.cs: On windows, do not use mono to execute
- assembly. Actually, this should be if running on MS's CLR, but
- for now it will do.
- 2004-02-04 Jackson Harper <[email protected]>
- * VBCodeProviderTest.cs: Use mono to execute assembly.
-
- 2003-12-11 Nick Drochak <[email protected]>
- * VBCodeProviderTest.cs: Console.WriteLine's don't really belong in
- unit tests.
- 2003-12-11 Nick Drochak <[email protected]>
- * VBCodeProviderTest.cs: Fixed subtle namespace issues preventing
- build with csc.
- 2003-12-10 Jochen Wezel <[email protected]>
- * VBCodeProviderTest.cs: moved into proper subdir
- and also extended for additional testings
- * CodeGenerator*.cs: C# units copied and changed for VB use
|