Skip to content

Commit 9afec3e

Browse files
committed
Rename test package org.apache.commons.csv.bugs to
org.apache.commons.csv.issues.
1 parent 18ed616 commit 9afec3e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/org/apache/commons/csv/bugs/JiraCsv164Test.java renamed to src/test/java/org/apache/commons/csv/issues/JiraCsv164Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.apache.commons.csv.bugs;
17+
package org.apache.commons.csv.issues;
1818

1919
import static org.junit.Assert.assertTrue;
2020

src/test/java/org/apache/commons/csv/bugs/JiraCsv167Test.java renamed to src/test/java/org/apache/commons/csv/issues/JiraCsv167Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.apache.commons.csv.bugs;
17+
package org.apache.commons.csv.issues;
1818

1919
import java.io.BufferedReader;
2020
import java.io.IOException;

src/test/java/org/apache/commons/csv/bugs/JiraCsv198Test.java renamed to src/test/java/org/apache/commons/csv/issues/JiraCsv198Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
package org.apache.commons.csv.bugs;
17+
package org.apache.commons.csv.issues;
1818

1919
import java.io.IOException;
2020
import java.io.InputStream;

0 commit comments

Comments
 (0)