Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out more tests on windows
  • Loading branch information
tknopp authored Oct 21, 2019
commit ff0983202afe9050734f8ff7089648472b86bd55
4 changes: 2 additions & 2 deletions test/gui.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ if !Sys.iswindows()
@test width(w) == 400
@test height(w) == 300
@test size(w) == (400, 300)
wdth, hght = screen_size(w)
@test wdth > 0 && hght > 0
end
wdth, hght = screen_size(w)
@test wdth > 0 && hght > 0
G_.gravity(w,10) #GRAVITY_STATIC
sleep(0.1)
## Check Window positions
Expand Down