test/export/test_pftrack_export.rb in tracksperanto-1.2.1 vs test/export/test_pftrack_export.rb in tracksperanto-1.2.2

- old
+ new

@@ -2,18 +2,18 @@ class PFTrackExportTest < Test::Unit::TestCase include ParabolicTracks def test_human_name - assert_equal "PFTrack .2dt file", Tracksperanto::Export::PFTrack.human_name + assert_equal "PFTrack v4 .2dt file", Tracksperanto::Export::PFTrack4.human_name end def test_desc_and_ext - assert_equal "pftrack.2dt", Tracksperanto::Export::PFTrack.desc_and_extension + assert_equal "pftrack_v4.2dt", Tracksperanto::Export::PFTrack4.desc_and_extension end P = File.dirname(__FILE__) + "/samples/ref_PFTrack.2dt" def test_export_output_written - ensure_same_output Tracksperanto::Export::PFTrack, P + ensure_same_output Tracksperanto::Export::PFTrack4, P end end \ No newline at end of file