summaryrefslogtreecommitdiff
path: root/BKUWebStart
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-27 16:12:54 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-27 16:12:54 +0000
commit529c37ac4662c4b5a52ba1c43584c0342afc8aa3 (patch)
tree5512a8b156e001b083f9592375d1b2cbf270ffab /BKUWebStart
parent1c0dc09fd36ffea16751b6161b5dec7e8f5cc386 (diff)
downloadmocca-529c37ac4662c4b5a52ba1c43584c0342afc8aa3.tar.gz
mocca-529c37ac4662c4b5a52ba1c43584c0342afc8aa3.tar.bz2
mocca-529c37ac4662c4b5a52ba1c43584c0342afc8aa3.zip
Update Unit tests with configurator changes
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1117 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUWebStart')
-rw-r--r--BKUWebStart/src/test/java/at/gv/egiz/bku/webstart/ConfiguratorTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/BKUWebStart/src/test/java/at/gv/egiz/bku/webstart/ConfiguratorTest.java b/BKUWebStart/src/test/java/at/gv/egiz/bku/webstart/ConfiguratorTest.java
index fa534f5f..81ade97e 100644
--- a/BKUWebStart/src/test/java/at/gv/egiz/bku/webstart/ConfiguratorTest.java
+++ b/BKUWebStart/src/test/java/at/gv/egiz/bku/webstart/ConfiguratorTest.java
@@ -224,16 +224,16 @@ public class ConfiguratorTest {
}
/**
- * Test of backupAndDelete method, of class Configurator.
+ * Test of backup method, of class Configurator.
*/
@Ignore
@Test
- public void testBackupAndDelete() throws Exception {
- System.out.println("backupAndDelete");
+ public void testBackup() throws Exception {
+ System.out.println("backup");
File dir = null;
URI relativeTo = null;
ZipOutputStream zip = null;
- Configurator.backupAndDelete(dir, relativeTo, zip);
+ Configurator.backup(dir, relativeTo, zip, true);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}