Sha256: 24e89cdc3415e7e35393edb6040c7a3f55d50cde748ea93f58a29594250ee2cf

Contents?: true

Size: 520 Bytes

Versions: 17

Compression:

Stored size: 520 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
    ensure_same_output Tracksperanto::Export::PFTrack5, P
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

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