Skip to content

Commit 201d4ed

Browse files
author
planetlevel
committed
Don't save test output in ESAPI resources directory.
1 parent 2549503 commit 201d4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/owasp/esapi/reference/EncryptedPropertiesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected void setUp() throws Exception {
5656
DefaultEncryptedProperties instance = new DefaultEncryptedProperties();
5757
instance.setProperty("one", "two");
5858
instance.setProperty("two", "three");
59-
File dir = new File( System.getProperty( "user.home" ), ".esapi");
59+
File dir = new File( System.getProperty( "user.home" ), ".esapi_test");
6060
dir.mkdir();
6161
instance.store(new FileOutputStream( new File( dir, "test.properties") ), "testStore");
6262
}

0 commit comments

Comments
 (0)