mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +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
|
||||
public void testTSVEmpty() {
|
||||
this.testEmpty(StrTokenizer.getCSVInstance());
|
||||
this.testEmpty(StrTokenizer.getCSVInstance(""));
|
||||
this.testEmpty(StrTokenizer.getTSVInstance());
|
||||
this.testEmpty(StrTokenizer.getTSVInstance(""));
|
||||
}
|
||||
|
||||
void testXSVAbc(final StrTokenizer tokenizer) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user