started work on imgcomp tests

This commit is contained in:
Thomas Breloff 2015-10-19 00:31:43 -04:00
parent 781aa86568
commit dcd50a7c62

View File

@ -46,6 +46,8 @@ function isTempImageCorrect(tmpfn, reffn)
push!(box, imgbox) push!(box, imgbox)
push!(box, btnbox) push!(box, btnbox)
w = @Window(@Frame(box)) w = @Window(@Frame(box))
showall(w)
w
end end