Sha256: bd7bc53af88baa6c544df79b51febecf0d5fab73813b053a30ff9e4097ba7c76

Contents?: true

Size: 534 Bytes

Versions: 31

Compression:

Stored size: 534 Bytes

Contents

# -*- encoding : utf-8 -*-
require File.expand_path(File.dirname(__FILE__)) + '/../helper'

class XSIExportTest < Test::Unit::TestCase
  include ParabolicTracks
  
  P_XSI = File.dirname(__FILE__) + "/samples/ref_XSI.py"
  
  def test_export_output_written
    ensure_same_output Tracksperanto::Export::XSI, P_XSI
  end
  
  def test_exporter_meta
    assert_equal "xsi_nulls.py", Tracksperanto::Export::XSI.desc_and_extension
    assert_equal "Autodesk Softimage nulls Python script", Tracksperanto::Export::XSI.human_name
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tracksperanto-3.2.2 test/export/test_xsi_python_export.rb
tracksperanto-3.2.1 test/export/test_xsi_python_export.rb
tracksperanto-3.2.0 test/export/test_xsi_python_export.rb
tracksperanto-3.1.0 test/export/test_xsi_python_export.rb
tracksperanto-3.0.1 test/export/test_xsi_python_export.rb
tracksperanto-3.0.0 test/export/test_xsi_python_export.rb
tracksperanto-2.12.0 test/export/test_xsi_python_export.rb
tracksperanto-2.11.3 test/export/test_xsi_python_export.rb
tracksperanto-2.11.2 test/export/test_xsi_python_export.rb
tracksperanto-2.11.1 test/export/test_xsi_python_export.rb
tracksperanto-2.11.0 test/export/test_xsi_python_export.rb