Sha256: 64cd1571af4edbbc2fb30dbd42897923fcbe18fa18fe127fe9fda3a5ec5e593e

Contents?: true

Size: 525 Bytes

Versions: 29

Compression:

Stored size: 525 Bytes

Contents

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

class PFTrack5ExportTest < Test::Unit::TestCase
  include ParabolicTracks
  
  def test_human_name
    assert_equal "PFTrack v5 .2dt file", 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
    create_reference_output Tracksperanto::Export::PFTrack5, P
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tracksperanto-1.5.1 test/export/test_pftrack5_export.rb
tracksperanto-1.5.0 test/export/test_pftrack5_export.rb
tracksperanto-1.4.0 test/export/test_pftrack5_export.rb
tracksperanto-1.2.6 test/export/test_pftrack5_export.rb
tracksperanto-1.3.1 test/export/test_pftrack5_export.rb
tracksperanto-1.3.0 test/export/test_pftrack5_export.rb
tracksperanto-1.2.4 test/export/test_pftrack5_export.rb
tracksperanto-1.2.3 test/export/test_pftrack5_export.rb
tracksperanto-1.2.2 test/export/test_pftrack5_export.rb