Sha256: 580b05716d20546224dea54c978ac2c2604a6d1fec6f2e1e3ca717e3ed9f026c
Contents?: true
Size: 579 Bytes
Versions: 24
Compression:
Stored size: 579 Bytes
Contents
# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/../helper' class MaxscriptExportTest < Test::Unit::TestCase include ParabolicTracks P_MAX = File.dirname(__FILE__) + "/samples/ref_Maxscript.ms" def test_export_output_written ensure_same_output Tracksperanto::Export::Maxscript, P_MAX end def test_exporter_meta assert_equal "3dsmax_nulls.ms", Tracksperanto::Export::Maxscript.desc_and_extension assert_equal "Autodesk 3dsmax script for nulls on an image plane", Tracksperanto::Export::Maxscript.human_name end end
Version data entries
24 entries across 24 versions & 1 rubygems