From dcd50a7c62ba28cc17dedb8e92c5dc35650da626 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 19 Oct 2015 00:31:43 -0400 Subject: [PATCH] started work on imgcomp tests --- test/imgcomp.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/imgcomp.jl b/test/imgcomp.jl index 12f4361f..fbd138db 100644 --- a/test/imgcomp.jl +++ b/test/imgcomp.jl @@ -46,6 +46,8 @@ function isTempImageCorrect(tmpfn, reffn) push!(box, imgbox) push!(box, btnbox) w = @Window(@Frame(box)) + showall(w) + w end