Skip to content

Commit 38b748e

Browse files
author
Oleg Sukhodolsky
committed
Test fixed: String has children
1 parent 3643930 commit 38b748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-base/variables_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_variable_string
7979
# Read numerical variable
8080
send_ruby("frame 1; v l")
8181
assert_variables(read_variables, 1,
82-
{:name => "stringA", :value => "XX", :type => "String", :hasChildren => false})
82+
{:name => "stringA", :value => "XX", :type => "String", :hasChildren => true})
8383
send_cont
8484
end
8585

0 commit comments

Comments
 (0)