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

commit 2f802e9d7d1b0df69e79dacb2eb18958585b7465
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Sep 2 17:55:36 2021 +0700

    [OPENMEETINGS-2652] test is fixed
---
 .../src/test/java/org/apache/openmeetings/web/TestCalendar.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/test/java/org/apache/openmeetings/web/TestCalendar.java 
b/openmeetings-web/src/test/java/org/apache/openmeetings/web/TestCalendar.java
index 80e4e33..4d14dfe 100644
--- 
a/openmeetings-web/src/test/java/org/apache/openmeetings/web/TestCalendar.java
+++ 
b/openmeetings-web/src/test/java/org/apache/openmeetings/web/TestCalendar.java
@@ -39,7 +39,7 @@ import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
 import de.agilecoders.wicket.core.markup.html.bootstrap.navbar.Navbar;
 
 class TestCalendar extends AbstractWicketTester {
-       private static final String PATH_APPOINTMENT_DLG = 
String.format("%s:appointment", PATH_CHILD);
+       private static final String PATH_APPOINTMENT_DLG = 
String.format("%s:calendarAppointment", PATH_CHILD);
        private static final String PATH_APPOINTMENT_DLG_FRM = 
String.format("%s:appForm", PATH_APPOINTMENT_DLG);
 
        @Test

Reply via email to