test/test_simple_export.rb in tracksperanto-2.8.6 vs test/test_simple_export.rb in tracksperanto-2.9.0

- old
+ new

@@ -1,5 +1,6 @@ +# -*- encoding : utf-8 -*- require File.expand_path(File.dirname(__FILE__)) + '/helper' class SimpleExportTest < Test::Unit::TestCase class Probe @@ -17,6 +18,6 @@ t = Tracksperanto::Tracker.new(:name => "Foo") t.keyframe! :frame => 2, :abs_x => 345.0, :abs_y => 678.0, :residual => 0.0 probe.just_export([t], 1920, 1080) end -end \ No newline at end of file +end