Gallio TestDriven.Net 测试问题

发布于 2024-08-27 14:34:58 字数 1844 浏览 5 评论 0 原文

我有一个 tdd 系统,其中使用 Gallio 3.1 和 TestDriven.Net。 我已经为他们下载了补丁。

1)我得到这个堆栈,测试不会停止 - SRCSRV:cmd /c svn.exe cat“http://mb-unit.googlecode.com/svn/branches/v3.1/src/Gallio/Gallio/Framework/Pattern/PatternTestInstanceState.cs@2360" --非交互式> “C:\DOCUME~1\tzvik\LOCALS~1\APPLIC~1\SOURCE~1\svn\branches\v3.1\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs\2360\patterntestinstancestate.cs” “svn.exe”不被识别为内部或外部命令, 可运行的程序或批处理文件。 SRCSRV:源服务器无法检索模块“C:\Program Files\Gallio 中的文件“c:\RelEng\Projects\MbUnit v3.1\Work\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs”的源代码\bin\Gallio.dll'。系统找不到指定的文件。 线程“简单测试驱动程序”(0xb84) 已退出,代码为 0 (0x0)。 “ProcessIncation.exe”(托管):已加载“C:\Program Files\Gallio\bin\Gallio.Reports.dll”,已加载符号。 “ProcessInspiration.exe”(托管):已加载“vkcfotcv” “ProcessIncation.exe”(托管):已加载“C:\ WINDOWS \ assembly \ GAC_MSIL \ System.Data.SqlXml \ 2.0.0.0__b77a5c561934e089 \ System.Data.SqlXml.dll” “ProcessInspiration.exe”(托管):已加载“System.Xml.Xsl.CompiledQuery.1” “ProcessIncation.exe”(托管):

在最后一行之后加载“System.Xml.Xsl.CompiledQuery”,它只是拖入了一些我无法理解的循环。 我该如何解决这个问题?

2) 我从 Gallio 得到一些试用来找到一些丢失的文件? cmd /c svn.exe cat "http://mb-unit.googlecode.com/svn/branches/v3.1/src/Gallio/Gallio/Framework/Pattern/PatternTestInstanceState.cs@2360" --non-互动>> “C:\DOCUME~1\tzvik\LOCALS~1\APPLIC~1\SOURCE~1\svn\branches\v3.1\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs\2360\patterntestinstancestate.cs” 有时也会在弹出窗口中.. 有人有类似的消息吗?或者我有那么“特别”吗? 谢谢大家!

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\tzvik\LOCALS~1\APPLIC~1\SOURCE~1\svn\branches\v3.1\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs\2360\patterntestinstancestate.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:\RelEng\Projects\MbUnit v3.1\Work\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs' in module 'C:\Program Files\Gallio\bin\Gallio.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 Files\Gallio\bin\Gallio.Reports.dll', Symbols loaded.
'ProcessInvocation.exe' (Managed): Loaded 'vkcfotcv'
'ProcessInvocation.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Data.SqlXml\2.0.0.0__b77a5c561934e089\System.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\tzvik\LOCALS~1\APPLIC~1\SOURCE~1\svn\branches\v3.1\src\Gallio\Gallio\Framework\Pattern\PatternTestInstanceState.cs\2360\patterntestinstancestate.cs"
in a popup also sometimes..
anyone have some message like that or am i that "special"?
thanks, people!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我也只是我 2024-09-03 14:34:58

TDNet 和 Gallio 的“补丁”是什么?

这听起来像是安装问题。您可以尝试运行“Gallio.Utility.exeVerifyInstallation”来确认这一点。如果返回错误,那么您可以尝试卸载 Gallio,删除 Gallio 程序文件目录并重新安装。

至于关于“svn.exe”的对话框,那是因为您在Visual Studio中启用了源服务器支持。它旨在让您在安装了 Subversion 的情况下调试 Gallio 源代码。如果您怀疑框架中存在错误,它会非常有用。

有关使用符号和源代码进行调试的更多信息:http://www.gallio.com/ gallio.org/wiki/doku.php?id=gallio:debugging_with_symbols_and_source_code

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文