Sha256: f30c07afd42176e3c80e000ba822185f5ce18f9632dd1166cd7db711adfdb51c

Contents?: true

Size: 557 Bytes

Versions: 3

Compression:

Stored size: 557 Bytes

Contents

require File.expand_path(File.dirname(__FILE__)) + '/../helper'

class PFMatchitExportTest < Test::Unit::TestCase
  include ParabolicTracks
  
  def test_human_name
    assert_equal "PFMatchit .2dt file (single camera)", Tracksperanto::Export::PFMatchit.human_name
  end
  
  def test_desc_and_ext
    assert_equal "pfmatchit.2dt", 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

3 entries across 3 versions & 1 rubygems

Version Path
tracksperanto-2.2.0 test/export/test_pfmatchit_export.rb
tracksperanto-2.1.1 test/export/test_pfmatchit_export.rb
tracksperanto-2.1.0 test/export/test_pfmatchit_export.rb