# File warshall.rb, line 381 def test_speichernladen temp = Relation.new([]) @rel1.speichern("testfile.txt") temp.laden("testfile.txt") assert_equal(@rel1,temp) end