test/import/test_syntheyes_import.rb in tracksperanto-2.0.1 vs test/import/test_syntheyes_import.rb in tracksperanto-2.0.2
- old
+ new
@@ -1,5 +1,5 @@
-require File.dirname(__FILE__) + '/../helper'
+require File.expand_path(File.dirname(__FILE__)) + '/../helper'
class SyntheyesImportTest < Test::Unit::TestCase
DELTA = 0.9 # our SynthEyes sample is somewhat inaccurate :-P
def test_introspects_properly
i = Tracksperanto::Import::Syntheyes
\ No newline at end of file