Skip to content

Commit 30dd950

Browse files
committed
Removed redundant coverage generated by codex
1 parent fa6f7b4 commit 30dd950

File tree

3 files changed

+1
-338
lines changed

3 files changed

+1
-338
lines changed

scripts/device-runner-app/main/HelloCodenameOne.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void start() {
3333
deviceRunnerExecuted = true;
3434
CN.callSerially(() -> new Cn1ssDeviceRunner().runSuite());
3535
}
36-
new Form("Fallback").show();
36+
mainForm.show();
3737
}
3838

3939
public void stop() {

scripts/device-runner-app/tests/Cn1ssDeviceRunner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public final class Cn1ssDeviceRunner extends DeviceRunner {
1313
new GraphicsShapesAndGradientsScreenshotTest(),
1414
new GraphicsStateAndTextScreenshotTest(),
1515
new GraphicsTransformationsScreenshotTest(),
16-
new GraphicsMethodsScreenshotTest(),
1716
new BrowserComponentScreenshotTest(),
1817
new MediaPlaybackScreenshotTest()
1918
};

scripts/device-runner-app/tests/GraphicsMethodsScreenshotTest.java

Lines changed: 0 additions & 336 deletions
This file was deleted.

0 commit comments

Comments
 (0)