# File Tests.rb, line 133 def test_gettabelle 9.times do |i| assert_equal(@utable1.getnamehs.keys.sort[i], "K" + (i+1).to_s) end assert_equal(@utable2.gettabelle.keys.size, 8) assert_equal(@utable1.gettabelle["K8"], {}) end