Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 018bd61

Browse files
committed
Cleanup.
1 parent da2f67c commit 018bd61

File tree

2 files changed

+7
-60
lines changed

2 files changed

+7
-60
lines changed

core/javatests/com/google/census/StringSanitizationTest.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@
1717

1818
import java.util.Arrays;
1919
import org.junit.Test;
20+
import org.junit.runner.RunWith;
21+
import org.junit.runners.JUnit4;
2022

21-
public class StringSanitizationTest {
23+
/**
24+
* Tests for {@link StringUtil}.
25+
*/
26+
@RunWith(JUnit4.class)
27+
public final class StringSanitizationTest {
2228
@Test
2329
public void testMaxLength() {
2430
char[] string = new char[StringSanitization.MAX_LENGTH];

core/javatests/com/google/census/TagTest.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)