tests/GDBMIParserTests.st
changeset 101 d8fee2af20b2
parent 99 56b66436a713
child 104 4add55336dfe
--- a/tests/GDBMIParserTests.st	Sat Feb 03 21:32:37 2018 +0000
+++ b/tests/GDBMIParserTests.st	Sun Jan 28 22:19:27 2018 +0000
@@ -320,7 +320,7 @@
     result := events first result.
 
     self assert:((result value) isKindOf: GDBVariableObject).
-    self assert: (result value) name = 'var1'.
+    self assert: (result value) id = 'var1'.
     self assert: (result value) value = '5'.
 
     "Created: / 19-03-2015 / 07:46:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"