test/export/test_pftrack_export.rb in tracksperanto-2.8.6 vs test/export/test_pftrack_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 PFTrackExportTest < Test::Unit::TestCase
include ParabolicTracks
@@ -14,6 +15,6 @@
P = File.dirname(__FILE__) + "/samples/ref_PFTrack.2dt"
def test_export_output_written
ensure_same_output Tracksperanto::Export::PFTrack4, P
end
-end
\ No newline at end of file
+end