Skip to content
Snippets Groups Projects
Commit 8e563003 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Typo + minor changes

parent deb00315
No related merge requests found
......@@ -25,7 +25,7 @@
import static org.junit.Assert.assertEquals;
/**
* Some unit tests for {@link org.xwiki.tool.packager.PackageMojo}.
* Unit tests for {@link org.xwiki.tool.packager.PackageMojo}.
*
* @version $Id$
* @since 6.2
......@@ -39,7 +39,7 @@ public void replaceProperty()
context.put("xwikiDataDir", "/some/path");
PackageMojo mojo = new PackageMojo();
// We test 2 several things here:
// We test several things here:
// - that ${xwikiDataDir} is going to be replaced
// - that $XWIKI_OPTS, $XWIKI_DATA_DIR and $XWIKI_PID are not going to be modified
// - that $! is not going to be modified either
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment