forked from inqwell/jcalendar
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f4bf9e
commit a767197
Showing
6 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ public void checkAboutFromMenu() { | |
Assert.assertEquals("Properties", demoPageObject.getTitleOfPropertiesPanel()); | ||
|
||
demoPageObject.clickAboutMenu(); | ||
String version = "1.3.5"; | ||
String version = "1.3.9"; | ||
String aboutText = new StringBuilder("JCalendar Demo\nVersion ") | ||
.append(version) | ||
.append("\nKai Toedter\n[email protected]\nwww.toedter.com") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ public class AboutAction extends AbstractAction { | |
|
||
private static final long serialVersionUID = -5204865941545323214L; | ||
private final JCalendarDemo demo; | ||
private static final String VERSION = "1.3.5"; | ||
private static final String VERSION = "1.3.9"; | ||
private static final String ABOUT_TEXT = new StringBuilder("JCalendar Demo\nVersion ").append(VERSION).append("\n\nKai Toedter\n[email protected]\nwww.toedter.com").toString(); | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters