Browse Source

Updated test

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2800 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 18 years ago
parent
commit
eee4a0b860
  1. 67
      src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.xml

67
src/AddIns/Misc/Debugger/Debugger.Tests/Project/Src/TestPrograms/FunctionLifetime.xml

@ -91,18 +91,18 @@
<Count>1</Count> <Count>1</Count>
<Items> <Items>
<Value> <Value>
<IsArray exception="Value has expired" /> <IsArray>False</IsArray>
<ArrayLenght exception="Value has expired" /> <ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value has expired" /> <ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value has expired" /> <ArrayDimensions exception="Value is not an array" />
<IsObject exception="Value has expired" /> <IsObject>False</IsObject>
<IsPrimitive exception="Value has expired" /> <IsPrimitive>True</IsPrimitive>
<IsInteger exception="Value has expired" /> <IsInteger>True</IsInteger>
<PrimitiveValue exception="Value has expired" /> <PrimitiveValue>1</PrimitiveValue>
<Name>i</Name> <Name>i</Name>
<IsNull exception="Value has expired" /> <IsNull>False</IsNull>
<AsString exception="Value has expired" /> <AsString>1</AsString>
<HasExpired>True</HasExpired> <HasExpired>False</HasExpired>
<Type>System.Int32</Type> <Type>System.Int32</Type>
</Value> </Value>
</Items> </Items>
@ -186,18 +186,18 @@
<Count>1</Count> <Count>1</Count>
<Items> <Items>
<Value> <Value>
<IsArray exception="Value has expired" /> <IsArray>False</IsArray>
<ArrayLenght exception="Value has expired" /> <ArrayLenght exception="Value is not an array" />
<ArrayRank exception="Value has expired" /> <ArrayRank exception="Value is not an array" />
<ArrayDimensions exception="Value has expired" /> <ArrayDimensions exception="Value is not an array" />
<IsObject exception="Value has expired" /> <IsObject>False</IsObject>
<IsPrimitive exception="Value has expired" /> <IsPrimitive>True</IsPrimitive>
<IsInteger exception="Value has expired" /> <IsInteger>True</IsInteger>
<PrimitiveValue exception="Value has expired" /> <PrimitiveValue>1</PrimitiveValue>
<Name>i</Name> <Name>i</Name>
<IsNull exception="Value has expired" /> <IsNull>False</IsNull>
<AsString exception="Value has expired" /> <AsString>1</AsString>
<HasExpired>True</HasExpired> <HasExpired>False</HasExpired>
<Type>System.Int32</Type> <Type>System.Int32</Type>
</Value> </Value>
</Items> </Items>
@ -276,28 +276,7 @@
</ValueCollection> </ValueCollection>
</ContaingClassVariables> </ContaingClassVariables>
<ArgumentCount exception="StackFrame has expired" /> <ArgumentCount exception="StackFrame has expired" />
<Arguments> <Arguments exception="StackFrame has expired" />
<ValueCollection>
<Count>1</Count>
<Items>
<Value>
<IsArray exception="Value has expired" />
<ArrayLenght exception="Value has expired" />
<ArrayRank exception="Value has expired" />
<ArrayDimensions exception="Value has expired" />
<IsObject exception="Value has expired" />
<IsPrimitive exception="Value has expired" />
<IsInteger exception="Value has expired" />
<PrimitiveValue exception="Value has expired" />
<Name>i</Name>
<IsNull exception="Value has expired" />
<AsString exception="Value has expired" />
<HasExpired>True</HasExpired>
<Type>System.Int32</Type>
</Value>
</Items>
</ValueCollection>
</Arguments>
<LocalVariables> <LocalVariables>
<ValueCollection> <ValueCollection>
<Count>0</Count> <Count>0</Count>

Loading…
Cancel
Save