Sha256: f9bf6a670a40e37aad6fecb1936bb451a79b356858dae96144b432aecc37c37d
Contents?: true
Size: 579 Bytes
Versions: 42
Compression:
Stored size: 579 Bytes
Contents
# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class PFMatchitExportTest < Test::Unit::TestCase include ParabolicTracks def test_desc_and_ext 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 ensure_same_output Tracksperanto::Export::PFMatchit, P end end
Version data entries
42 entries across 42 versions & 1 rubygems