Sha256: d788b893c663c549d266ee3e97547ff1ffa578a66d9c5c8dcd93707f62e1cef2
Contents?: true
Size: 575 Bytes
Versions: 3
Compression:
Stored size: 575 Bytes
Contents
require File.expand_path(File.dirname(__FILE__)) + '/../helper' class MayaLocatorsExportTest < Test::Unit::TestCase include ParabolicTracks P_LOCATORS = File.dirname(__FILE__) + "/samples/ref_MayaLocators.ma" def test_export_output_written ensure_same_output Tracksperanto::Export::MayaLocators, P_LOCATORS end def test_exporter_meta assert_equal "mayaLocators.ma", Tracksperanto::Export::MayaLocators.desc_and_extension assert_equal "Maya ASCII scene with locators on an image plane", Tracksperanto::Export::MayaLocators.human_name end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tracksperanto-4.1.2 | test/export/test_maya_locators_export.rb |
tracksperanto-4.1.0 | test/export/test_maya_locators_export.rb |
tracksperanto-4.0.0 | test/export/test_maya_locators_export.rb |