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