提交 dfe2b9a2 编写于 作者: J Jesse Glick

Fixing casing of test method.

上级 bd709b06
...@@ -175,7 +175,7 @@ public class FingerprinterTest { ...@@ -175,7 +175,7 @@ public class FingerprinterTest {
assertEquals(0, downstreamProjects.size()); assertEquals(0, downstreamProjects.size());
} }
@Test public void MatrixDependency() throws Exception { @Test public void matrixDependency() throws Exception {
MatrixProject matrixProject = j.createMatrixProject(); MatrixProject matrixProject = j.createMatrixProject();
matrixProject.setAxes(new AxisList(new Axis("foo", "a", "b"))); matrixProject.setAxes(new AxisList(new Axis("foo", "a", "b")));
FreeStyleProject freestyleProject = createFreeStyleProjectWithFingerprints(singleContents, singleFiles); FreeStyleProject freestyleProject = createFreeStyleProjectWithFingerprints(singleContents, singleFiles);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册