[Notice] Announcing the End of Demo Server [Read me]

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
... | ... | @@ -46,15 +46,16 @@ |
46 | 46 |
@BeforeClass |
47 | 47 |
public static void beforeClass() { |
48 | 48 |
GitRepository.setRepoPrefix("resources/test/repo/git/"); |
49 |
- callAction( |
|
50 |
- routes.ref.Application.init() |
|
51 |
- ); |
|
52 | 49 |
Map<String, String> config = support.Helpers.makeTestConfig(); |
53 | 50 |
config.put("signup.require.confirm", "true"); |
54 | 51 |
|
55 | 52 |
app = support.Helpers.makeTestApplication(config); |
56 | 53 |
Helpers.start(app); |
57 | 54 |
|
55 |
+ callAction( |
|
56 |
+ routes.ref.Application.init() |
|
57 |
+ ); |
|
58 |
+ |
|
58 | 59 |
testOwner = createUser("testOwner", "testOwner@naver.com"); |
59 | 60 |
testProject = createProject(testOwner, "testProject"); |
60 | 61 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?