This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/master by this push:
     new eb35445  Attempt to fix tests that are broken on builds.apache.org but 
work on my machine.
eb35445 is described below

commit eb35445860ae25d333a922c963d409535f276172
Author: David M. Johnson <[email protected]>
AuthorDate: Sun Mar 15 13:14:06 2020 -0400

    Attempt to fix tests that are broken on builds.apache.org but work on my 
machine.
---
 .../java/org/apache/roller/weblogger/business/WeblogStatsTest.java     | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/app/src/test/java/org/apache/roller/weblogger/business/WeblogStatsTest.java 
b/app/src/test/java/org/apache/roller/weblogger/business/WeblogStatsTest.java
index ce16dc2..ddf6d06 100644
--- 
a/app/src/test/java/org/apache/roller/weblogger/business/WeblogStatsTest.java
+++ 
b/app/src/test/java/org/apache/roller/weblogger/business/WeblogStatsTest.java
@@ -48,6 +48,9 @@ public class WeblogStatsTest  {
 
     @BeforeEach
     public void setUp() throws Exception {
+
+        TestUtils.setupWeblogger();
+
         // create weblog with three entries and two comments per entry
         user1 = TestUtils.setupUser("a_commentCountTestUser");
         user2 = TestUtils.setupUser("b_commentCountTestUser");

Reply via email to