Sha256: 7290f2005b455c8ed225cfc1da49923bc0a611e486c199266354da13c8a60f81

Contents?: true

Size: 525 Bytes

Versions: 24

Compression:

Stored size: 525 Bytes

Contents

require File.expand_path(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

24 entries across 24 versions & 1 rubygems

Version Path
tracksperanto-4.1.2 test/export/test_syntheyes_export.rb
tracksperanto-4.1.0 test/export/test_syntheyes_export.rb
tracksperanto-4.0.0 test/export/test_syntheyes_export.rb
tracksperanto-2.8.6 test/export/test_syntheyes_export.rb
tracksperanto-2.8.5 test/export/test_syntheyes_export.rb
tracksperanto-2.8.4 test/export/test_syntheyes_export.rb
tracksperanto-2.8.2 test/export/test_syntheyes_export.rb
tracksperanto-2.8.1 test/export/test_syntheyes_export.rb
tracksperanto-2.8.0 test/export/test_syntheyes_export.rb
tracksperanto-2.7.0 test/export/test_syntheyes_export.rb
tracksperanto-2.6.3 test/export/test_syntheyes_export.rb
tracksperanto-2.6.2 test/export/test_syntheyes_export.rb
tracksperanto-2.6.1 test/export/test_syntheyes_export.rb
tracksperanto-2.6.0 test/export/test_syntheyes_export.rb
tracksperanto-2.5.0 test/export/test_syntheyes_export.rb
tracksperanto-2.4.1 test/export/test_syntheyes_export.rb
tracksperanto-2.3.3 test/export/test_syntheyes_export.rb
tracksperanto-2.3.2 test/export/test_syntheyes_export.rb
tracksperanto-2.3.1 test/export/test_syntheyes_export.rb
tracksperanto-2.3.0 test/export/test_syntheyes_export.rb