[tor-commits] [collector/master] Fix compile.

karsten at torproject.org karsten at torproject.org
Tue Aug 9 14:39:55 UTC 2016


commit 2365d081b1ad0454fee1564f34ab60e8fd131ec9
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Aug 9 16:39:01 2016 +0200

    Fix compile.
    
    Forgot to import org.junit.Ignore in ffc38c3.  Oops.
---
 src/test/java/org/torproject/collector/cron/SchedulerTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/torproject/collector/cron/SchedulerTest.java b/src/test/java/org/torproject/collector/cron/SchedulerTest.java
index c9f0c03..8bbc935 100644
--- a/src/test/java/org/torproject/collector/cron/SchedulerTest.java
+++ b/src/test/java/org/torproject/collector/cron/SchedulerTest.java
@@ -11,6 +11,7 @@ import org.torproject.collector.conf.Key;
 import org.torproject.collector.conf.Configuration;
 import org.torproject.collector.cron.Scheduler;
 
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;



More information about the tor-commits mailing list