test/test_coderunner.rb in coderunner-0.16.2 vs test/test_coderunner.rb in coderunner-0.16.3

- old
+ new

@@ -129,15 +129,15 @@ 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 = rc.graphkit("width:height:depth:volume;;;volume") #wdvh.gnuplot assert_equal(4, wdvh.naxes) assert_equal(1, wdvh.data.size) - assert_equal([30.0, 18.0, 24.0, 108.0, 27.0, 198.0], wdvh.data[0].axes[:f].data) - sds = rc.run_graphkit('sides;;[1,2].include? id') + assert_equal([18.0, 24.0, 27.0, 30.0, 108.0, 198.0], wdvh.data[0].axes[:f].data) + _sds = rc.run_graphkit('sides;;[1,2].include? id') str = "A very very very looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooonnnnnnnnnnnnnnnnnnnnnnnnnng string" str2 = rc.retrieve(str.inspect) assert_equal(str, str2) # sds.gnuplot