From 279ad2613a6a570ec0bfec16793d8d3116be3ec5 Mon Sep 17 00:00:00 2001 From: yuki Date: Thu, 12 Nov 2009 12:18:42 +0000 Subject: [PATCH] =?utf8?q?=E6=95=B4=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://192.168.11.7/svn/repository/NicoBrowser/branches/20091112_add_author@209 bdf3b611-c98c-6041-8292-703d9c9adbe7 --- test/nicobrowser/update/UpdaterTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/nicobrowser/update/UpdaterTest.java b/test/nicobrowser/update/UpdaterTest.java index 7d30943..aa2c4c3 100644 --- a/test/nicobrowser/update/UpdaterTest.java +++ b/test/nicobrowser/update/UpdaterTest.java @@ -6,16 +6,15 @@ import org.junit.Test; public class UpdaterTest { -// @Test + @Test public void testUpdate() throws IOException { System.out.println("update"); DBUpdater instance = new DBUpdater(); instance.update(); - // TODO review the generated test code and remove the default call to fail. } @Test - public void testSyncAndUpdate() throws IOException{ + public void testSyncAndUpdate() throws IOException { DBUpdater updater = new DBUpdater(); updater.sync(); updater.update(); -- 2.11.0