Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8237107C7 for ; Wed, 21 Jan 2015 10:33:27 +0000 (UTC) Received: (qmail 83910 invoked by uid 500); 21 Jan 2015 10:33:27 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 83882 invoked by uid 500); 21 Jan 2015 10:33:27 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 83874 invoked by uid 99); 21 Jan 2015 10:33:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2015 10:33:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D0614E03A1; Wed, 21 Jan 2015 10:33:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mihaic@apache.org To: commits@flex.apache.org Message-Id: <5005f4af55bf49a38b6334966fc1eb6b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-utilities] [refs/heads/develop] - FLEX-34717 Clarified how the tests can fail. Date: Wed, 21 Jan 2015 10:33:26 +0000 (UTC) Repository: flex-utilities Updated Branches: refs/heads/develop f6d1ade23 -> 7a774d9e7 FLEX-34717 Clarified how the tests can fail. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/7a774d9e Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/7a774d9e Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/7a774d9e Branch: refs/heads/develop Commit: 7a774d9e7ae94a486980f397c1f9c5aba4d75106 Parents: f6d1ade Author: Mihai Chira Authored: Wed Jan 21 10:33:03 2015 +0000 Committer: Mihai Chira Committed: Wed Jan 21 10:33:03 2015 +0000 ---------------------------------------------------------------------- .../tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as | 2 +- .../tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/7a774d9e/Squiggly/main/SpellingUI/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as ---------------------------------------------------------------------- diff --git a/Squiggly/main/SpellingUI/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as b/Squiggly/main/SpellingUI/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as index 4d6a357..1c45837 100644 --- a/Squiggly/main/SpellingUI/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as +++ b/Squiggly/main/SpellingUI/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as @@ -51,7 +51,7 @@ package com.adobe.linguistics.spelling { SpellUI.disableSpelling(_input); //then - assertTrue(true); //no error was thrown + assertTrue("If the unit test reaches this point, it means no RTE was thrown, which means the bug is not present", true); } } } http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/7a774d9e/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as ---------------------------------------------------------------------- diff --git a/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as b/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as index 4d6a357..1c45837 100644 --- a/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as +++ b/Squiggly/main/SpellingUIEx/tests/com/adobe/linguistics/spelling/FLEX_34717_Test.as @@ -51,7 +51,7 @@ package com.adobe.linguistics.spelling { SpellUI.disableSpelling(_input); //then - assertTrue(true); //no error was thrown + assertTrue("If the unit test reaches this point, it means no RTE was thrown, which means the bug is not present", true); } } }