You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/05/22 07:47:39 UTC

[maven-surefire] branch SUREFIRE-1733 updated: adjusted Surefire1712ExtractedModulenameWithoutASMIT

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch SUREFIRE-1733
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1733 by this push:
     new 83d8450  adjusted Surefire1712ExtractedModulenameWithoutASMIT
83d8450 is described below

commit 83d845039f7fa506126ed643cf9cd0cbe14f037b
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri May 22 09:47:31 2020 +0200

    adjusted Surefire1712ExtractedModulenameWithoutASMIT
---
 .../src/test/java/module-info.java                                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java b/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
index 7bbf986..5a9f6d3 100644
--- a/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
+++ b/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-module wtf.g4s8.oot.test
+open module wtf.g4s8.oot.test
 {
     requires wtf.g4s8.oot;
     requires org.junit.jupiter.api;