test/import/test_nuke_import.rb in tracksperanto-2.10.0 vs test/import/test_nuke_import.rb in tracksperanto-2.11.0

- old
+ new

@@ -4,10 +4,10 @@ class NukeImportTest < Test::Unit::TestCase DELTA = 0.01 def test_introspects_properly i = Tracksperanto::Import::NukeScript - assert_equal "Nuke .nk script file with Tracker or Reconcile3D nodes", i.human_name + assert_equal "Nuke .nk script file with Tracker, Reconcile3D and PlanarTracker nodes", i.human_name assert !i.autodetects_size? end def test_parsing_big_file_from_nuke fixture = File.open(File.dirname(__FILE__) + '/samples/nuke/45trackers.nk')