Sha256: 3780280541c31a09ba40e9dbef958afb3abc7cdb614cf77e244a92b994c76737

Contents?: true

Size: 582 Bytes

Versions: 42

Compression:

Stored size: 582 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/../helper'

class PFTrack5ExportTest < Test::Unit::TestCase
  include ParabolicTracks
  
  def test_human_name
    assert_equal "PFTrack v5 .2dt file (single camera)", Tracksperanto::Export::PFTrack5.human_name
  end
  
  def test_desc_and_ext
    assert_equal "pftrack_v5.2dt", Tracksperanto::Export::PFTrack5.desc_and_extension
  end
  
  P = File.dirname(__FILE__) + "/samples/ref_PFTrack5.2dt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::PFTrack5, P
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
tracksperanto-3.5.9 test/export/test_pftrack5_export.rb
tracksperanto-3.5.8 test/export/test_pftrack5_export.rb
tracksperanto-3.5.7 test/export/test_pftrack5_export.rb
tracksperanto-3.5.6 test/export/test_pftrack5_export.rb
tracksperanto-3.5.5 test/export/test_pftrack5_export.rb
tracksperanto-3.5.4 test/export/test_pftrack5_export.rb
tracksperanto-3.5.2 test/export/test_pftrack5_export.rb
tracksperanto-3.5.1 test/export/test_pftrack5_export.rb
tracksperanto-3.5.0 test/export/test_pftrack5_export.rb
tracksperanto-3.4.1 test/export/test_pftrack5_export.rb
tracksperanto-3.4.0 test/export/test_pftrack5_export.rb
tracksperanto-3.3.13 test/export/test_pftrack5_export.rb
tracksperanto-3.3.12 test/export/test_pftrack5_export.rb
tracksperanto-3.3.11 test/export/test_pftrack5_export.rb
tracksperanto-3.3.10 test/export/test_pftrack5_export.rb
tracksperanto-3.3.9 test/export/test_pftrack5_export.rb
tracksperanto-3.3.8 test/export/test_pftrack5_export.rb
tracksperanto-3.3.7 test/export/test_pftrack5_export.rb
tracksperanto-3.3.6 test/export/test_pftrack5_export.rb
tracksperanto-3.3.0.pre test/export/test_pftrack5_export.rb