test/test_coderunner.rb in coderunner-0.14.21 vs test/test_coderunner.rb in coderunner-0.14.22

- old
+ new

@@ -126,9 +126,10 @@ def test_remote_coderunner puts 'testing remote coderunner' rc = RemoteCodeRunner.new(ENV['USER'] + '@localhost', Dir.pwd + '/test/results', U: true, N: true).update + p rc assert_equal(@runner.ids.sort, rc.ids.sort) rc.print_out(0) wdvh = rc.graphkit("width:height:depth:volume;;;height") #wdvh.gnuplot assert_equal(4, wdvh.naxes)