Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-06-04 21:54:52 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-06-04 21:54:52 +0400
commitc6447e5ed5687d89fba86c440626f7711a7d1409 (patch)
tree3c567da157084b890f5e6b9bb59700b1be9b48e1 /main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
parent78014b6d73c32969a3da8ea4a8cdd6837be25b59 (diff)
[NUnit] Added Debug Test command
Diffstat (limited to 'main/src/addins/NUnit/MonoDevelopNUnit.addin.xml')
-rw-r--r--main/src/addins/NUnit/MonoDevelopNUnit.addin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml b/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
index d2dec3bee6..75551bb771 100644
--- a/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
+++ b/main/src/addins/NUnit/MonoDevelopNUnit.addin.xml
@@ -106,6 +106,9 @@
_label = "Run With"
type="array"
_description="Runs tests using a special execution mode."/>
+ <Command id = "MonoDevelop.NUnit.Commands.TestCommands.DebugTest"
+ _label = "Debug Test"
+ type="array" />
<Command id = "MonoDevelop.NUnit.Commands.TestCommands.RunTest" _label = "Run Test" />
<Command id = "MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" _label = "Show test source code" />
<Command id = "MonoDevelop.NUnit.Commands.TestCommands.GoToFailure" _label = "Go to failure" />
@@ -140,6 +143,7 @@
<Extension path = "/MonoDevelop/NUnit/ContextMenu/TestPad">
<CommandItem id = "MonoDevelop.NUnit.Commands.TestCommands.RunTest" />
+ <CommandItem id = "MonoDevelop.NUnit.Commands.TestCommands.DebugTest" />
<ItemSet id = "RunTestWith" _label = "Run Test With">
<CommandItem id = "MonoDevelop.NUnit.Commands.TestCommands.RunTestWith" />
</ItemSet>