aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/property
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-03-15 02:47:56 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-03-15 02:47:56 +0000
commit4bf7fdaefd99bde6683b43088c6d6ffc6ad57b31 (patch)
treebbf8e31c92c5d6da8e2e91157b7c13552e6b9b3f /src/testcases/org/apache/poi/poifs/property
parentac6d403a94c89adc14ce0cd23b8644a484fa0043 (diff)
downloadpoi-4bf7fdaefd99bde6683b43088c6d6ffc6ad57b31.tar.gz
poi-4bf7fdaefd99bde6683b43088c6d6ffc6ad57b31.zip
Applied patches from Loiec Lefeavre
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/poifs/property')
-rw-r--r--src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java2
-rw-r--r--src/testcases/org/apache/poi/poifs/property/TestRootProperty.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java b/src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java
index 3ed55270e9..9eca02541b 100644
--- a/src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java
+++ b/src/testcases/org/apache/poi/poifs/property/TestDirectoryProperty.java
@@ -61,7 +61,7 @@ import java.util.*;
import junit.framework.*;
-import org.apache.poi.poifs.common.PoiFSConstants;
+import org.apache.poi.poifs.common.POIFSConstants;
/**
* Class to test DirectoryProperty functionality
diff --git a/src/testcases/org/apache/poi/poifs/property/TestRootProperty.java b/src/testcases/org/apache/poi/poifs/property/TestRootProperty.java
index 8304647595..cec79393ee 100644
--- a/src/testcases/org/apache/poi/poifs/property/TestRootProperty.java
+++ b/src/testcases/org/apache/poi/poifs/property/TestRootProperty.java
@@ -61,7 +61,7 @@ import java.util.*;
import junit.framework.*;
-import org.apache.poi.poifs.common.PoiFSConstants;
+import org.apache.poi.poifs.common.POIFSConstants;
/**
* Class to test RootProperty functionality
@@ -124,7 +124,7 @@ public class TestRootProperty
{
_testblock[ index ] = ( byte ) 0;
}
- _testblock[ index++ ] = ( byte ) PoiFSConstants.END_OF_CHAIN;
+ _testblock[ index++ ] = ( byte ) POIFSConstants.END_OF_CHAIN;
for (; index < 0x78; index++)
{
_testblock[ index ] = ( byte ) 0xff;