visualnunit-development Mailing List for Visual Nunit
Brought to you by:
tlaukkan
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrew C. M. <g.r...@gm...> - 2010-07-15 08:01:00
|
Hi Tommi, Sure thing, happy to help. I'm running VS 2008 on Windows7. My first problem was that an unhandled exception when I was trying to open the NUnit View Window. The fix for that was the change on line 21/22 of the diff if I remember correctly. That bit was throwing an unhandled exception because of a type mismatch. Second problem was that the Nunit View was not showing any tests at all. I think the related change was on line 30-35 of that patch. It was doing something later in the code that would throw an exception, return a false from the Refresh View (or something like that) because setup projects can't be loaded in the same way. I also had to set the platform target for the VisualNunitRunner to x86 because my code had to be run in a 32 bit environment and didn't work with AnyCPU. Hope that all makes sense. If you need any more info just let me know. -A On 13 July 2010 13:32, Tommi Laukkanen <tom...@gm...>wrote: > Hi Andrew > > Thank you for your contribution. Could you further identify if this is for > VS 2008 or 2010. It would also be interesting to hear what kind of problems > you had, what windows version you have and how you fixed the problems. This > information will help us to apply the patch. > > Kind regards, > Tommi Laukkanen > > On Fri, Jul 9, 2010 at 11:03 AM, Andrew Christian Manson < > g.r...@gm...> wrote: > >> Hi all, >> >> firstly can I just ask how active this project is? Ohloh is saying that >> there is no activity on the project for over a month, how active is the >> mailing lists? >> >> I was having some trouble getting the plugin to run so I downloaded the >> code and identified a few problems, i've also fixed them and have it mostly >> working for me. I'm surprised some of these issues have not been fixed in >> main as I think one of them is a blocker for running the plugin window at >> all. Anyway, I've attached a patch and we can discuss getting these changes >> back into main. >> >> - Andrew >> >> PS. I don't know why the resource file changed but I figured I should >> include it in the patch anyway. >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> Visualnunit-development mailing list >> Vis...@li... >> https://lists.sourceforge.net/lists/listinfo/visualnunit-development >> >> > |
From: Tommi L. <tom...@gm...> - 2010-07-13 13:02:26
|
Hi Andrew Thank you for your contribution. Could you further identify if this is for VS 2008 or 2010. It would also be interesting to hear what kind of problems you had, what windows version you have and how you fixed the problems. This information will help us to apply the patch. Kind regards, Tommi Laukkanen On Fri, Jul 9, 2010 at 11:03 AM, Andrew Christian Manson < g.r...@gm...> wrote: > Hi all, > > firstly can I just ask how active this project is? Ohloh is saying that > there is no activity on the project for over a month, how active is the > mailing lists? > > I was having some trouble getting the plugin to run so I downloaded the > code and identified a few problems, i've also fixed them and have it mostly > working for me. I'm surprised some of these issues have not been fixed in > main as I think one of them is a blocker for running the plugin window at > all. Anyway, I've attached a patch and we can discuss getting these changes > back into main. > > - Andrew > > PS. I don't know why the resource file changed but I figured I should > include it in the patch anyway. > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualnunit-development mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualnunit-development > > |
From: Åsmund K. L. <ak...@no...> - 2009-07-07 12:09:39
|
Hi all, I have some trouble with using Visual Nunit. I have installed NUnit (2.5.0.9122) and the tests run OK there. I have installed Visual NUnit lastet version (1.0.RC2). I have no problem with showing the NUnit View in Visual Studio 2008 (version 9.0.30729.1 SP - .NET Framework 3.5 SP1) but no test show or load in the view. Any ideas on how to load them? I'm running Windows XP. My college is running Vista and have no problem (same project shared under svn so same settings). I have all references to "copy local". Is there any known issues to XP? One thing I see is that I very quickly get a lot of VisualNUnitRunner.exe processes running in Task Manager (more than 40) so seems it keeps loading the process. Someone else tested this on XP? Where to start looking for the problem? Looks like a really nice tool and would like to test it :) Best regards, Åsmund |