You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/08/19 13:16:11 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1671] compilation errors are fixed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06a4e2f  [OPENMEETINGS-1671] compilation errors are fixed
06a4e2f is described below

commit 06a4e2f6cfa1eab879a054908a2811643359a20c
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Aug 19 20:16:01 2018 +0700

    [OPENMEETINGS-1671] compilation errors are fixed
---
 .../test/java/org/apache/openmeetings/webservice/TestGroupService.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestGroupService.java b/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestGroupService.java
index 9be574c..0669295 100644
--- a/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestGroupService.java
+++ b/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestGroupService.java
@@ -18,6 +18,8 @@
  */
 package org.apache.openmeetings.webservice;
 
+import static org.apache.openmeetings.AbstractJUnitDefaults.adminUsername;
+import static org.apache.openmeetings.AbstractJUnitDefaults.userpass;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertNotNull;