Sha256: 11e45cc34c0968a5296931b84d0ae73cd77ca3ef81c894f22d2edc2231b28324

Contents?: true

Size: 506 Bytes

Versions: 35

Compression:

Stored size: 506 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 paths file", Tracksperanto::Export::SynthEyes.human_name
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

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