From commits-return-75464-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Aug 26 15:36:48 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9993B180672 for ; Sun, 26 Aug 2018 15:36:47 +0200 (CEST) Received: (qmail 43361 invoked by uid 500); 26 Aug 2018 13:36:46 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 43352 invoked by uid 99); 26 Aug 2018 13:36:46 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2018 13:36:46 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3202181E7B; Sun, 26 Aug 2018 13:36:46 +0000 (UTC) Date: Sun, 26 Aug 2018 13:36:46 +0000 To: "commits@maven.apache.org" Subject: [maven-surefire] branch INV1561 updated: probably wrong encoding of sources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153529060613.27278.14370911391844551123@gitbox.apache.org> From: tibordigana@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-surefire X-Git-Refname: refs/heads/INV1561 X-Git-Reftype: branch X-Git-Oldrev: b57ac216014ce7150c6bb5c4563d7bdb34f10587 X-Git-Newrev: 2ba64e4d94c92bc9fb9bdccaadb1e2a367496076 X-Git-Rev: 2ba64e4d94c92bc9fb9bdccaadb1e2a367496076 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch INV1561 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git The following commit(s) were added to refs/heads/INV1561 by this push: new 2ba64e4 probably wrong encoding of sources 2ba64e4 is described below commit 2ba64e4d94c92bc9fb9bdccaadb1e2a367496076 Author: Tibor17 AuthorDate: Sun Aug 26 15:36:31 2018 +0200 probably wrong encoding of sources --- .../maven/surefire/its/jiras/Surefire1177TestngParallelSuitesIT.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1177TestngParallelSuitesIT.java b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1177TestngParallelSuitesIT.java index 2901d91..ec76a35 100644 --- a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1177TestngParallelSuitesIT.java +++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1177TestngParallelSuitesIT.java @@ -50,10 +50,11 @@ public class Surefire1177TestngParallelSuitesIT unpack().executeTest() .verifyErrorFree( 2 ) - .assertThatLogLine( containsString( "ShouldNotRunTest#shouldNotRun()" ), is( 0 ) ) + .assertThatLogLine( containsString( "TestNGSuiteTest#shouldRunAndPrintItself()" ), is( 2 ) ); + /*.assertThatLogLine( containsString( "ShouldNotRunTest#shouldNotRun()" ), is( 0 ) ) .assertThatLogLine( containsString( "TestNGSuiteTest#shouldRunAndPrintItself()" ), is( 2 ) ) .assertThatLogLine( is( "TestNGSuiteTest#shouldRunAndPrintItself() 1." ), is( 1 ) ) - .assertThatLogLine( is( "TestNGSuiteTest#shouldRunAndPrintItself() 2." ), is( 1 ) ); + .assertThatLogLine( is( "TestNGSuiteTest#shouldRunAndPrintItself() 2." ), is( 1 ) );*/ } private SurefireLauncher unpack()