Sha256: 86d9466d9740338a9e67c07b4d93f30e7dac60c936d7067aa7f2a2ed4faa43eb

Contents?: true

Size: 552 Bytes

Versions: 42

Compression:

Stored size: 552 Bytes

Contents

# -*- encoding : utf-8 -*-
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

42 entries across 42 versions & 1 rubygems

Version Path
tracksperanto-3.5.9 test/export/test_syntheyes_export.rb
tracksperanto-3.5.8 test/export/test_syntheyes_export.rb
tracksperanto-3.5.7 test/export/test_syntheyes_export.rb
tracksperanto-3.5.6 test/export/test_syntheyes_export.rb
tracksperanto-3.5.5 test/export/test_syntheyes_export.rb
tracksperanto-3.5.4 test/export/test_syntheyes_export.rb
tracksperanto-3.5.2 test/export/test_syntheyes_export.rb
tracksperanto-3.5.1 test/export/test_syntheyes_export.rb
tracksperanto-3.5.0 test/export/test_syntheyes_export.rb
tracksperanto-3.4.1 test/export/test_syntheyes_export.rb
tracksperanto-3.4.0 test/export/test_syntheyes_export.rb
tracksperanto-3.3.13 test/export/test_syntheyes_export.rb
tracksperanto-3.3.12 test/export/test_syntheyes_export.rb
tracksperanto-3.3.11 test/export/test_syntheyes_export.rb
tracksperanto-3.3.10 test/export/test_syntheyes_export.rb
tracksperanto-3.3.9 test/export/test_syntheyes_export.rb
tracksperanto-3.3.8 test/export/test_syntheyes_export.rb
tracksperanto-3.3.7 test/export/test_syntheyes_export.rb
tracksperanto-3.3.6 test/export/test_syntheyes_export.rb
tracksperanto-3.3.0.pre test/export/test_syntheyes_export.rb