diff options
Diffstat (limited to 'src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java')
-rw-r--r-- | src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java b/src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java index d740a8a37e..c87bf45e67 100644 --- a/src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java +++ b/src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java @@ -90,9 +90,6 @@ public abstract class BaseXLSIteratingTest { @Test public void testMain() throws Exception { - // we had intermittent problems when this was set differently somehow, let's try to set it here so it always is set correctly for these tests - Biff8EncryptionKey.setCurrentUserPassword(null); - String fileName = file.getName(); if (EXCLUDED.containsKey(fileName)) { thrown.expect(EXCLUDED.get(fileName)); |