This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new dfed6635ef Fix min error.
dfed6635ef is described below
commit dfed6635ef3988c3b84dd08a134f69a0816b6de8
Author: mjesteve <[email protected]>
AuthorDate: Tue Dec 10 23:44:24 2024 +0100
Fix min error.
---
.../src/main/royale/org/apache/royale/html/test/UITestRunner.mxml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/UITestRunner.mxml
b/frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/UITestRunner.mxml
index 7a64d8ca52..4d31c132ba 100644
---
a/frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/UITestRunner.mxml
+++
b/frameworks/projects/RoyaleUnitUI/src/main/royale/org/apache/royale/html/test/UITestRunner.mxml
@@ -131,7 +131,7 @@
{
case
UITestRunnerModel.RESULT_TYPE_FAILED:
{
- return test!=null; //
test.failure;
+ return
test.failure!=null; // test.failure;
}
case
UITestRunnerModel.RESULT_TYPE_PASSED:
{