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 2021/09/15 20:56:12 UTC

[maven-surefire] branch master updated: [site] fixing typo in the junit.apt.vm file

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 573d449  [site] fixing typo in the junit.apt.vm file
573d449 is described below

commit 573d44926a28ce13345da19ed813510f1725f159
Author: Agustin Cabra <ca...@gmail.com>
AuthorDate: Wed Sep 15 00:46:11 2021 +0200

    [site] fixing typo in the junit.apt.vm file
---
 maven-surefire-plugin/src/site/apt/examples/junit.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
index 14b5213..52b2d94 100644
--- a/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/junit.apt.vm
@@ -292,7 +292,7 @@ else
       }
 
       @Test
-      @Category(com.cmycompany.FastTests.class)
+      @Category(com.mycompany.FastTests.class)
       public void testSlow() {
         System.out.println("fast");
       }