OSDN Git Service

git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/xerial-core@3344 ae02f08e...
authorleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Mon, 1 Jun 2009 07:24:46 +0000 (07:24 +0000)
committerleo <leo@ae02f08e-27ec-0310-ae8c-8ba02fe2eafd>
Mon, 1 Jun 2009 07:24:46 +0000 (07:24 +0000)
src/test/java/org/xerial/json/JSONArrayTest.java

index ce4b89e..3fe75ae 100644 (file)
@@ -24,7 +24,7 @@
 //--------------------------------------
 package org.xerial.json;
 
-import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.*;
 
 import org.junit.After;
 import org.junit.Before;
@@ -86,7 +86,7 @@ public class JSONArrayTest
             JSONArray array = new JSONArray(json);
             assertEquals(1001, array.size());
         }
-        _logger.debug("time: " + timer.getElapsedTime());
+        _logger.info("time: " + timer.getElapsedTime());
 
         // i:1000, n:100   time=18.4 sec (2009.4.23 using ANTLR JSON.g)
         // i:1000, n:100   time=2.248 (2009. 4.23 using JSONTokener)