Sha256: 34b90371b5e27847b3eeb2544ec46c7235e63170c2245823b81174fb3e4cda9a

Contents?: true

Size: 551 Bytes

Versions: 12

Compression:

Stored size: 551 Bytes

Contents

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

12 entries across 12 versions & 1 rubygems

Version Path
tracksperanto-2.8.6 test/export/test_pfmatchit_export.rb
tracksperanto-2.8.5 test/export/test_pfmatchit_export.rb
tracksperanto-2.8.4 test/export/test_pfmatchit_export.rb
tracksperanto-2.8.2 test/export/test_pfmatchit_export.rb
tracksperanto-2.8.1 test/export/test_pfmatchit_export.rb
tracksperanto-2.8.0 test/export/test_pfmatchit_export.rb
tracksperanto-2.7.0 test/export/test_pfmatchit_export.rb
tracksperanto-2.6.3 test/export/test_pfmatchit_export.rb
tracksperanto-2.6.2 test/export/test_pfmatchit_export.rb
tracksperanto-2.6.1 test/export/test_pfmatchit_export.rb
tracksperanto-2.6.0 test/export/test_pfmatchit_export.rb
tracksperanto-2.5.0 test/export/test_pfmatchit_export.rb