diff --git a/testdata/ruby/layLayoutView.rb b/testdata/ruby/layLayoutView.rb index dbeb4e30c..e6aa49093 100644 --- a/testdata/ruby/layLayoutView.rb +++ b/testdata/ruby/layLayoutView.rb @@ -450,7 +450,6 @@ class LAYLayoutView_TestClass < TestBase img = lv.get_pixels_with_options(500, 500, 1, 1, 1.0, RBA::DBox::new) au = RBA::PixelBuffer.read_png(File.join($ut_testsrc, "testdata/lay/au_lv1.png")) - img.write_png("/home/matthias/tmp.png") if au assert_equal(au == img, true) end