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 aeb2656  [OPENMEETINGS-2177] calendar ws tests
aeb2656 is described below

commit aeb265628aaca3a8402a541af997de3557d3909e
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Mar 5 22:49:22 2020 +0700

    [OPENMEETINGS-2177] calendar ws tests
---
 .../java/org/apache/openmeetings/webservice/TestCalendarService.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestCalendarService.java
 
b/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestCalendarService.java
index 470a020..ab00b0d 100644
--- 
a/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestCalendarService.java
+++ 
b/openmeetings-web/src/test/java/org/apache/openmeetings/webservice/TestCalendarService.java
@@ -92,11 +92,11 @@ public class TestCalendarService extends 
AbstractWebServiceTest {
                        .put("start", "2025-01-20T20:30:03+0300")
                        .put("end", "2025-01-20T21:30:03+0300")
                        .put("description", "Русский Тест")
-                       .put("reminder", "email")
+                       .put("reminder", "EMAIL")
                        .put("room", new JSONObject()
                                        .put("name", "test24")
                                        .put("comment", "appointment test room")
-                                       .put("type", "conference")
+                                       .put("type", "CONFERENCE")
                                        .put("capacity", 15)
                                        .put("appointment", true)
                                        .put("isPublic", false)

Reply via email to