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-1.7.0 test/export/test_syntheyes_export.rb
tracksperanto-1.6.9 test/export/test_syntheyes_export.rb
tracksperanto-1.6.8 test/export/test_syntheyes_export.rb
tracksperanto-1.6.7 test/export/test_syntheyes_export.rb
tracksperanto-1.6.6 test/export/test_syntheyes_export.rb
tracksperanto-1.6.5 test/export/test_syntheyes_export.rb
tracksperanto-1.6.4 test/export/test_syntheyes_export.rb
tracksperanto-1.6.3 test/export/test_syntheyes_export.rb
tracksperanto-1.6.2 test/export/test_syntheyes_export.rb
tracksperanto-1.6.1 test/export/test_syntheyes_export.rb
tracksperanto-1.6.0 test/export/test_syntheyes_export.rb
tracksperanto-1.5.7 test/export/test_syntheyes_export.rb
tracksperanto-1.5.6 test/export/test_syntheyes_export.rb
tracksperanto-1.5.5 test/export/test_syntheyes_export.rb
tracksperanto-1.5.4 test/export/test_syntheyes_export.rb