You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by ma...@apache.org on 2007/06/14 19:40:25 UTC

svn commit: r547377 - /incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java

Author: maartenc
Date: Thu Jun 14 12:40:24 2007
New Revision: 547377

URL: http://svn.apache.org/viewvc?view=rev&rev=547377
Log:
Removed some debug leftover....

Modified:
    incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java

Modified: incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java?view=diff&rev=547377&r1=547376&r2=547377
==============================================================================
--- incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java (original)
+++ incubator/ivy/core/trunk/test/java/org/apache/ivy/ant/AntBuildTriggerTest.java Thu Jun 14 12:40:24 2007
@@ -18,7 +18,6 @@
 package org.apache.ivy.ant;
 
 import java.io.File;
-import java.util.Locale;
 
 import junit.framework.TestCase;
 
@@ -27,9 +26,6 @@
 import org.apache.ivy.util.FileUtil;
 
 public class AntBuildTriggerTest extends TestCase {
-    public void testLocale() {
-        assertEquals(Locale.getDefault().getCountry(), "TR");
-    }
     public void test() throws Exception {
         assertFalse(new File("test/triggers/ant-build/A/A.jar").exists());