Sha256: 515ae42a5c685cb52cc5885defb1d107089a78c8c2db33a92ab35045a84f07ae

Contents?: true

Size: 518 Bytes

Versions: 46

Compression:

Stored size: 518 Bytes

Contents

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

class PFTrackExportTest < Test::Unit::TestCase
  include ParabolicTracks
  
  def test_human_name
    assert_equal "PFTrack v4 .2dt file", Tracksperanto::Export::PFTrack4.human_name
  end
  
  def test_desc_and_ext
    assert_equal "pftrack_v4.2dt", Tracksperanto::Export::PFTrack4.desc_and_extension
  end
  
  P = File.dirname(__FILE__) + "/samples/ref_PFTrack.2dt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::PFTrack4, P
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
tracksperanto-2.0.1 test/export/test_pftrack_export.rb
tracksperanto-2.0.0 test/export/test_pftrack_export.rb
tracksperanto-1.9.9 test/export/test_pftrack_export.rb
tracksperanto-1.9.8 test/export/test_pftrack_export.rb
tracksperanto-1.9.6 test/export/test_pftrack_export.rb
tracksperanto-1.9.5 test/export/test_pftrack_export.rb
tracksperanto-1.9.4 test/export/test_pftrack_export.rb
tracksperanto-1.9.3 test/export/test_pftrack_export.rb
tracksperanto-1.9.2 test/export/test_pftrack_export.rb
tracksperanto-1.9.1 test/export/test_pftrack_export.rb
tracksperanto-1.9.0 test/export/test_pftrack_export.rb
tracksperanto-1.8.4 test/export/test_pftrack_export.rb
tracksperanto-1.8.2 test/export/test_pftrack_export.rb
tracksperanto-1.8.1 test/export/test_pftrack_export.rb
tracksperanto-1.8.0 test/export/test_pftrack_export.rb
tracksperanto-1.7.5 test/export/test_pftrack_export.rb
tracksperanto-1.7.4 test/export/test_pftrack_export.rb
tracksperanto-1.7.3 test/export/test_pftrack_export.rb
tracksperanto-1.7.2 test/export/test_pftrack_export.rb
tracksperanto-1.7.1 test/export/test_pftrack_export.rb