[Notice] Announcing the End of Demo Server [Read me]
이응준 2015-01-08
Merge branch 'fix/markdown-test' of dlab/hive
from pull-request 1416

* refs/heads/fix/markdown-test:
  Fix the failure of MarkdownAppTest

Reviewed-by: 백기선 
@9f9a02b7136e3238c1125d920bedda8d2e7f44d4
test/controllers/MarkdownAppTest.java
--- test/controllers/MarkdownAppTest.java
+++ test/controllers/MarkdownAppTest.java
@@ -46,15 +46,16 @@
     @BeforeClass
     public static void beforeClass() {
         GitRepository.setRepoPrefix("resources/test/repo/git/");
-        callAction(
-                routes.ref.Application.init()
-        );
         Map<String, String> config = support.Helpers.makeTestConfig();
         config.put("signup.require.confirm", "true");
 
         app = support.Helpers.makeTestApplication(config);
         Helpers.start(app);
 
+        callAction(
+                routes.ref.Application.init()
+        );
+
         testOwner = createUser("testOwner", "testOwner@naver.com");
         testProject = createProject(testOwner, "testProject");
 
Add a comment
List