Browse Source

Updated tests

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 19 years ago
parent
commit
2cbd80bf07
  1. 6
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Callstack.cs

6
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/Callstack.cs

@ -63,7 +63,7 @@ namespace Debugger.Tests { @@ -63,7 +63,7 @@ namespace Debugger.Tests {
<ModuleLoaded symbols="False">mscorlib.dll</ModuleLoaded>
<ModuleLoaded symbols="True">Callstack.exe</ModuleLoaded>
<DebuggingPaused>Break</DebuggingPaused>
<Callstack Type="&lt;get_CallstackEnum&gt;d__0" ToString="Debugger.Thread+&lt;get_CallstackEnum&gt;d__0">
<Callstack Type="StackFrame[]" ToString="Debugger.StackFrame[]">
<Item Type="StackFrame" ToString="Debugger.Tests.TestPrograms.Callstack.Sub2">
<ArgumentCount>0</ArgumentCount>
<Depth>0</Depth>
@ -90,7 +90,7 @@ namespace Debugger.Tests { @@ -90,7 +90,7 @@ namespace Debugger.Tests {
</Item>
</Callstack>
<DebuggingPaused>StepComplete</DebuggingPaused>
<Callstack Type="&lt;get_CallstackEnum&gt;d__0" ToString="Debugger.Thread+&lt;get_CallstackEnum&gt;d__0">
<Callstack Type="StackFrame[]" ToString="Debugger.StackFrame[]">
<Item Type="StackFrame" ToString="Debugger.Tests.TestPrograms.Callstack.Sub1">
<ArgumentCount>0</ArgumentCount>
<Depth>0</Depth>
@ -109,7 +109,7 @@ namespace Debugger.Tests { @@ -109,7 +109,7 @@ namespace Debugger.Tests {
</Item>
</Callstack>
<DebuggingPaused>StepComplete</DebuggingPaused>
<Callstack Type="&lt;get_CallstackEnum&gt;d__0" ToString="Debugger.Thread+&lt;get_CallstackEnum&gt;d__0">
<Callstack Type="StackFrame[]" ToString="Debugger.StackFrame[]">
<Item Type="StackFrame" ToString="Debugger.Tests.TestPrograms.Callstack.Main">
<ArgumentCount>0</ArgumentCount>
<Depth>0</Depth>

Loading…
Cancel
Save