Sha256: e78d00b5d597d66955a99b98e6819db9affc99aad6f8da0545bd4516cea29799

Contents?: true

Size: 577 Bytes

Versions: 39

Compression:

Stored size: 577 Bytes

Contents

require File.dirname(__FILE__) + "/../helper"

class MayaLiveExportTest < Test::Unit::TestCase
  include ParabolicTracks
  P_STD_ASPECT = File.dirname(__FILE__) + "/samples/ref_Mayalive.txt"
  P_CUSTOM_ASPECT = File.dirname(__FILE__) + "/samples/ref_Mayalive_CustomAspect.txt"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::MayaLive, P_STD_ASPECT
  end
  
  def test_export_output_written_for_custom_aspect
    ensure_same_output(Tracksperanto::Export::MayaLive, P_CUSTOM_ASPECT) do | exporter |
      exporter.aspect = 1.78
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

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