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-2.2.4 test/export/test_syntheyes_export.rb
tracksperanto-2.2.2 test/export/test_syntheyes_export.rb
tracksperanto-2.2.0 test/export/test_syntheyes_export.rb
tracksperanto-2.1.1 test/export/test_syntheyes_export.rb