зеркало из https://github.com/mozilla/pluotsorbet.git
Set Alert timeout to FOREVER to avoid timing issues while running tests; update AlertTest reference image without the scrollbar
This commit is contained in:
Родитель
7d835bc4a3
Коммит
8d7f987ee1
|
@ -19,7 +19,7 @@ casper.options.onWaitTimeout = function() {
|
|||
};
|
||||
|
||||
var gfxTests = [
|
||||
{ name: "gfx/AlertTest", maxDifferent: 3279 },
|
||||
{ name: "gfx/AlertTest", maxDifferent: 0 },
|
||||
{ name: "gfx/CanvasTest", maxDifferent: 0 },
|
||||
{ name: "gfx/DrawRegionTest", maxDifferent: 0 },
|
||||
{ name: "gfx/ImageRenderingTest", maxDifferent: 266 },
|
||||
|
|
|
@ -13,6 +13,7 @@ public class AlertTest extends MIDlet {
|
|||
|
||||
public void startApp() {
|
||||
alert = new Alert("Hello World", "Some text", null, AlertType.INFO);
|
||||
alert.setTimeout(Alert.FOREVER);
|
||||
display.setCurrent(alert);
|
||||
|
||||
try {
|
||||
|
|
Двоичные данные
tests/gfx/AlertTest.png
Двоичные данные
tests/gfx/AlertTest.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 4.8 KiB После Ширина: | Высота: | Размер: 4.8 KiB |
Загрузка…
Ссылка в новой задаче