ソースを参照

Fix Sentry tests.

pull/690/head
Chris Smith 8年前
コミット
5650e15320
1個のファイルの変更7行の追加7行の削除
  1. 7
    7
      test/com/dmdirc/logger/SentryErrorReporterTest.java

+ 7
- 7
test/com/dmdirc/logger/SentryErrorReporterTest.java ファイルの表示

@@ -38,12 +38,12 @@ import org.mockito.Matchers;
38 38
 import org.mockito.Mock;
39 39
 import org.mockito.runners.MockitoJUnitRunner;
40 40
 
41
-import net.kencochrane.raven.Raven;
42
-import net.kencochrane.raven.RavenFactory;
43
-import net.kencochrane.raven.dsn.Dsn;
44
-import net.kencochrane.raven.event.Event;
45
-import net.kencochrane.raven.event.interfaces.ExceptionInterface;
46
-import net.kencochrane.raven.event.interfaces.SentryInterface;
41
+import com.getsentry.raven.Raven;
42
+import com.getsentry.raven.RavenFactory;
43
+import com.getsentry.raven.dsn.Dsn;
44
+import com.getsentry.raven.event.Event;
45
+import com.getsentry.raven.event.interfaces.ExceptionInterface;
46
+import com.getsentry.raven.event.interfaces.SentryInterface;
47 47
 
48 48
 import static org.junit.Assert.assertEquals;
49 49
 import static org.junit.Assert.assertNotNull;
@@ -146,4 +146,4 @@ public class SentryErrorReporterTest {
146 146
                 ((ExceptionInterface) iface).getExceptions().getFirst().getExceptionMessage());
147 147
     }
148 148
 
149
-}
149
+}

読み込み中…
キャンセル
保存