Skip to content

Commit bf89855

Browse files
committed
test: refresh touchy ui-smoke for the new minimum-height patch
#4170 floors the touchy window height at 500 px so all notebook tabs are usable on first launch. Refresh the committed confirm reference so the ui-smoke comparison matches the new patched layout instead of the old ~270 px window. Also drop the fit screen size from 1024x768 to 1024x600: 1024x600 is the 7" touchscreen panel touchy actually targets, and the new 500 px floor still leaves room (touchy opens 984x500 inside 1024x600 so the window-fit assertion passes).
1 parent a23d4ff commit bf89855

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

tests/ui-smoke/touchy-fit/test.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
2-
# Regression guard: touchy must fit a small (1024x768) monitor. Boots
3-
# touchy on a small screen and fails if its window is larger than the
4-
# screen (see window-fit.sh). Phase 1 only; no program is run.
2+
# Regression guard: touchy must fit a 1024x600 panel, the common 7"
3+
# touchscreen size it targets. Boots touchy on that screen and fails
4+
# if its window is larger (see window-fit.sh). Phase 1 only; no
5+
# program is run.
56
LIB_DIR="$(cd "$(dirname "$0")/../_lib" && pwd)"
6-
export UI_SMOKE_XVFB_SCREEN=1024x768x24
7+
export UI_SMOKE_XVFB_SCREEN=1024x600x24
78
export UI_SMOKE_FIT_CLASS='("touchy" "Touchy")'
89
exec "$LIB_DIR/run-gui.sh" touchy/touchy.ini
-258 Bytes
Loading

0 commit comments

Comments
 (0)