Skip to content
Snippets Groups Projects
Commit dff922b7 authored by Lars Kanis's avatar Lars Kanis
Browse files

add missing require

parent 7e9e17b5
No related branches found
No related tags found
No related merge requests found
require 'test/unit'
require 'fox16'
require 'fileutils'
include Fox
......@@ -25,7 +26,7 @@ private
job.flags = PRINT_DEST_FILE
job
end
def hexdump(ios)
count = 0
ios.each_byte do |byte|
......@@ -48,7 +49,7 @@ private
File.open(actual, 'rb') { |f| actual_contents = crlf_to_lf(f.read) }
assert_equal(expected_contents, actual_contents)
end
public
def setup
if FXApp.instance.nil?
......@@ -92,7 +93,7 @@ public
end
# assert_same_file_contents("howdypage.ps", printJob.name)
end
def teardown
if File.exists?("output.ps")
FileUtils.rm_f("output.ps")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment