English 中文(简体)
Gallio TestDriven.Net testing problem
原标题:

I have a tdd system , where I use Gallio 3.1 with TestDriven.Net . I ve downloaded the patches for them.

1) I m getting this stack and the test wouldn t stop - SRCSRV: cmd /c svn.exe cat "http://mb-unit.googlecode.com/svn/branches/v3.1/src/Gallio/Gallio/Framework/Pattern/PatternTestInstanceState.cs@2360" --non-interactive > "C:DOCUME~1 zvikLOCALS~1APPLIC~1SOURCE~1svnranchesv3.1srcGallioGallioFrameworkPatternPatternTestInstanceState.cs2360patterntestinstancestate.cs" svn.exe is not recognized as an internal or external command, operable program or batch file. SRCSRV: Source server cannot retrieve the source code for file c:RelEngProjectsMbUnit v3.1WorksrcGallioGallioFrameworkPatternPatternTestInstanceState.cs in module C:Program FilesGallioinGallio.dll . The system cannot find the file specified. The thread Simple Test Driver (0xb84) has exited with code 0 (0x0). ProcessInvocation.exe (Managed): Loaded C:Program FilesGallioinGallio.Reports.dll , Symbols loaded. ProcessInvocation.exe (Managed): Loaded vkcfotcv ProcessInvocation.exe (Managed): Loaded C:WINDOWSassemblyGAC_MSILSystem.Data.SqlXml2.0.0.0__b77a5c561934e089System.Data.SqlXml.dll ProcessInvocation.exe (Managed): Loaded System.Xml.Xsl.CompiledQuery.1 ProcessInvocation.exe (Managed): Loaded System.Xml.Xsl.CompiledQuery

after the last line it just haults in some loop that i can t understand.. how do i solve this?

2) I am getting some trial from Gallio to find some file that is missing ? cmd /c svn.exe cat "http://mb-unit.googlecode.com/svn/branches/v3.1/src/Gallio/Gallio/Framework/Pattern/PatternTestInstanceState.cs@2360" --non-interactive > "C:DOCUME~1 zvikLOCALS~1APPLIC~1SOURCE~1svnranchesv3.1srcGallioGallioFrameworkPatternPatternTestInstanceState.cs2360patterntestinstancestate.cs" in a popup also sometimes.. anyone have some message like that or am i that "special"? thanks, people!

最佳回答

What "patches" for TDNet and Gallio?

This sounds like an installation problem. You could try running "Gallio.Utility.exe VerifyInstallation" to confirm that. If it returns errors then you can try uninstalling Gallio, deleting the Gallio program files directory and reinstalling.

As for the dialog box about "svn.exe", that s because you have Source Server support enabled in Visual Studio. It s designed to let you debug into the Gallio source code if you have Subversion installed. It can be very useful if you suspect there is a bug in the framework.

More information about debugging with symbols and source code: http://www.gallio.org/wiki/doku.php?id=gallio:debugging_with_symbols_and_source_code

问题回答

暂无回答




相关问题
Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Code Coverage Tools & Visual Studio 2008 Pro

Just wondering what people are using for code coverage tools when using MS Visual Studio 2008 Pro. We are using the built-in MS test project and unit testing tool (the one that come pre-installed ...

Is there any error checking web app cralwers out there?

Wondering if there was some sort of crawler we could use to test and re-test everything when changes are made to the web app so we know some new change didn t error out any existing pages. Or maybe a ...

热门标签