0

Перенос тестов в пакет на уровень выше

This commit is contained in:
2016-03-26 16:31:59 +03:00
parent ab8129facd
commit 879fca3ea4
4 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package test.core;
package core;
import com.google.gson.Gson;
import com.google.gson.JsonObject;

View File

@@ -1,4 +1,4 @@
package test.core.warez;
package core.warez;
import kinosearch.core.Kino;
import kinosearch.core.warez.Hdrezka;

View File

@@ -1,4 +1,4 @@
package test.core.warez;
package core.warez;
import kinosearch.core.Kino;
import kinosearch.core.warez.KinoWarez;

View File

@@ -1,4 +1,4 @@
package test.webapp;
package webapp;
import kinosearch.webapp.template.FreemakerProcessor;
import kinosearch.webapp.template.TemplateProcessor;
@@ -6,7 +6,6 @@ import org.junit.Before;
import org.junit.Test;
import java.io.*;
import java.nio.file.Paths;
import java.util.HashMap;
import java.util.Map;
@@ -37,7 +36,7 @@ public class TestTemplateProcessor {
@Test
public void test() throws IOException {
System.err.println(System.getProperty("user.dir"));
// System.err.println(System.getProperty("user.dir"));
TemplateProcessor templateProcessor = new FreemakerProcessor();
OutputStreamWriter writer = new OutputStreamWriter(baos);