# File test/test_parser.rb, line 110 def test_parse_string_into_model model = Model.new() parser = Parser.new() parser.parse_string_into_model(model,@data_rdf_string,'http://xml.com') test_foaf_model(model) end