mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 02:28:25 +00:00
Fixing testTSVEmpty to use getTSVInstance instead of getCSVInstance (closes #164)
This commit is contained in:
parent
de88730f4b
commit
c049aeeffd
@ -767,8 +767,8 @@ public void testTSV() {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testTSVEmpty() {
|
public void testTSVEmpty() {
|
||||||
this.testEmpty(StrTokenizer.getCSVInstance());
|
this.testEmpty(StrTokenizer.getTSVInstance());
|
||||||
this.testEmpty(StrTokenizer.getCSVInstance(""));
|
this.testEmpty(StrTokenizer.getTSVInstance(""));
|
||||||
}
|
}
|
||||||
|
|
||||||
void testXSVAbc(final StrTokenizer tokenizer) {
|
void testXSVAbc(final StrTokenizer tokenizer) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user