mirror of https://github.com/apache/poi.git
remove test that stops use of FormulaShifter for copying rows to another sheet (but keep same row number)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c495d746e
commit
1603235a46
|
@ -431,8 +431,6 @@ final class TestFormulaShifter {
|
|||
|
||||
@Test
|
||||
void testInvalidArgument() {
|
||||
assertThrows(IllegalArgumentException.class, () ->
|
||||
FormulaShifter.createForRowShift(1, "name", 1, 2, 0, SpreadsheetVersion.EXCEL97));
|
||||
assertThrows(IllegalArgumentException.class, () ->
|
||||
FormulaShifter.createForRowShift(1, "name", 2, 1, 2, SpreadsheetVersion.EXCEL97));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue