Sha256: 63e684978809bb4e1a0684f674af9a25e16d49370aa4e131198a210e2123b9ad

Contents?: true

Size: 623 Bytes

Versions: 42

Compression:

Stored size: 623 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(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

42 entries across 42 versions & 1 rubygems

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