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