Sha256: 7c6611a262f489917d5012d008501a095d14d712b10c6b77af17c9c897a4cbf4

Contents?: true

Size: 505 Bytes

Versions: 13

Compression:

Stored size: 505 Bytes

Contents

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

class SynthEyesExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P = File.dirname(__FILE__) + "/samples/ref_Syntheyes.txt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::SynthEyes, P
  end
  
  def test_exporter_meta
    assert_equal "syntheyes_2dt.txt", Tracksperanto::Export::SynthEyes.desc_and_extension
    assert_equal "Syntheyes 2D tracker .txt file", Tracksperanto::Export::SynthEyes.human_name
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tracksperanto-1.5.3 test/export/test_syntheyes_export.rb
tracksperanto-1.5.2 test/export/test_syntheyes_export.rb
tracksperanto-1.5.1 test/export/test_syntheyes_export.rb
tracksperanto-1.5.0 test/export/test_syntheyes_export.rb
tracksperanto-1.4.0 test/export/test_syntheyes_export.rb
tracksperanto-1.2.6 test/export/test_syntheyes_export.rb
tracksperanto-1.3.1 test/export/test_syntheyes_export.rb
tracksperanto-1.3.0 test/export/test_syntheyes_export.rb
tracksperanto-1.2.4 test/export/test_syntheyes_export.rb
tracksperanto-1.2.3 test/export/test_syntheyes_export.rb
tracksperanto-1.2.2 test/export/test_syntheyes_export.rb
tracksperanto-1.2.1 test/export/test_syntheyes_export.rb
tracksperanto-1.2.0 test/export/test_syntheyes_export.rb