This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit e1515f99c7d18bded41778710cb6bc702744b6f9 Author: Alex Harui <[email protected]> AuthorDate: Thu Mar 22 14:10:57 2018 -0700 ignore 'not implemented' output --- mustella/src/main/java/mustella/MustellaResultsParser.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mustella/src/main/java/mustella/MustellaResultsParser.java b/mustella/src/main/java/mustella/MustellaResultsParser.java index e6fcfb2..68eba90 100644 --- a/mustella/src/main/java/mustella/MustellaResultsParser.java +++ b/mustella/src/main/java/mustella/MustellaResultsParser.java @@ -154,6 +154,9 @@ public class MustellaResultsParser { else if (s.startsWith("Avertissement")) { } + else if (s.contains("not implemented")) + { + } else if (s.trim().equals("")) { } -- To stop receiving notification emails like this one, please contact [email protected].
