1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Add support for new services on multiupload, removes the maven archetype

This commit is contained in:
2012-04-29 14:07:42 -03:00
parent 1c8cc0e893
commit 55cb79d599
13 changed files with 21 additions and 260 deletions

View File

@@ -76,9 +76,9 @@ public class HotFileServiceTest {
final Properties properties = new Properties();
properties.load(new FileInputStream(
"src/test/resources/login.properties"));
VALID_USERNAME = properties.getProperty("username");
VALID_PASSWORD = properties.getProperty("password");
"../src/test/resources/login.properties"));
VALID_USERNAME = properties.getProperty("hotfile.username");
VALID_PASSWORD = properties.getProperty("hotfile.password");
}
@Test