aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2015-10-11 00:37:26 -0400
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-12 07:00:06 -0700
commit11dc88a9c149838d94f62965004452f3cf98d8cc (patch)
tree92d2ed05e53f39504955b4eedf3b48bc04f5392f /src/test/resources/com/puppycrawl/tools/checkstyle
parente23953e9e80b2eddfd710eaec97b1357921d756c (diff)
downloadcheckstyle-11dc88a9c149838d94f62965004452f3cf98d8cc.tar.gz
Issue #2161: unify test input locations
Diffstat (limited to 'src/test/resources/com/puppycrawl/tools/checkstyle')
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControl.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControl.java)2
-rw-r--r--src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControlVariableEnhancedForLoopVariable.java (renamed from src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControlVariableEnhancedForLoopVariable.java)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControl.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControl.java
index 9d0d74e7b..6e2c7aed1 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControl.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControl.java
@@ -2,7 +2,7 @@
// Test case file for FOR_ITERATION and whitespace.
// Created: 2003
////////////////////////////////////////////////////////////////////////////////
-package com.puppycrawl.tools.checkstyle.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding;
import java.io.Serializable;
class InputModifiedControl
{
diff --git a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControlVariableEnhancedForLoopVariable.java b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControlVariableEnhancedForLoopVariable.java
index 14ab214dd..e985cb41a 100644
--- a/src/test/resources/com/puppycrawl/tools/checkstyle/coding/InputModifiedControlVariableEnhancedForLoopVariable.java
+++ b/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/InputModifiedControlVariableEnhancedForLoopVariable.java
@@ -1,4 +1,4 @@
-package com.puppycrawl.tools.checkstyle.coding;
+package com.puppycrawl.tools.checkstyle.checks.coding;
public class InputModifiedControlVariableEnhancedForLoopVariable {