Code review comment for lp:~anuraj.p/nunitv2/GUIFindTest

Revision history for this message
Simone Busoli (simone.busoli) wrote :

The build fails on my machine with error:

     [exec] 1) Test Error : NUnit.UiKit.Tests.TestTreeTests.SameCategoryShouldNotBeSelectedMoreThanO
nce
     [exec] System.ArgumentException : Resource 'Images.search.png' cannot be found in class 'NUn
it.UiKit.TestTree'.

The reason is that although we have .csproj files to use in Visual Studio the build is done with NAnt scripts, so you would need to modify the nunit.uikit.build by including the new image in the patternset node with id resource-files.

After building successfully I can't run tests any longer in the GUI. For instance I open the NUnitTests.nunit project file and leaving aside the new search feature I try hitting the Run button. I get a null reference exception, and pretty much the same for anything else I try to run via the UI, either by right clicking a node or selecting one and clicking the Run button.

review: Needs Fixing

« Back to merge proposal