test/export/test_pfmatchit_export.rb in tracksperanto-2.4.1 vs test/export/test_pfmatchit_export.rb in tracksperanto-2.5.0
- old
+ new
@@ -2,11 +2,11 @@
class PFMatchitExportTest < Test::Unit::TestCase
include ParabolicTracks
def test_desc_and_ext
- assert_equal "PFMatchit user track export file (single camera)", Tracksperanto::Export::PFMatchit.human_name
- assert_equal "pfmatchit.txt", Tracksperanto::Export::PFMatchit.desc_and_extension
+ assert_equal "PFTrack2011/PFMatchit .txt file (single camera)", Tracksperanto::Export::PFMatchit.human_name
+ assert_equal "pftrack_2011_pfmatchit.txt", Tracksperanto::Export::PFMatchit.desc_and_extension
end
P = File.dirname(__FILE__) + "/samples/ref_PFMatchit.2dt"
def test_export_output_written
\ No newline at end of file