Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Jul 28, 2021
1 parent 7a5d6ca commit f8c9d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Added option for separate depth of ancestors and descendants in tree diagrams [Milan Kosina].
- Added option to restrict geo-search by country.
- Added option to bold names in tree diagrams.
- To the record list added a context menu to merge selected items.</li>
- To the record list added a context menu to merge selected items.
- In the tool for verification of database added: dialog of details, quick transition to a record
and copying XRef to clipboard.
- In the tool for analyzing connectivity/fragmentation of data, added: display of an identifier,
Expand Down
7 changes: 5 additions & 2 deletions projects/GKTests/UITests/EventEditDlgTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,14 @@ public static void EventEditDlg_Select_Handler(string name, IntPtr ptr, Form for

SelectCombo("cmbEventType", form, 1); // Birth(indi) / ?(fam)
EnterText("txtEventPlace", form, "test place");
SelectCombo("cmbEventDateType", form, 3); // Between

// FIXME: create GKDateControl tests
/*SelectCombo("cmbEventDateType", form, 3); // Between
EnterMaskedText("txtEventDate1", form, "01.01.1900");
EnterMaskedText("txtEventDate2", form, "10.01.1900");
SelectCombo("cmbDate1Calendar", form, 1); // Julian
SelectCombo("cmbDate2Calendar", form, 1); // Julian
SelectCombo("cmbDate2Calendar", form, 1); // Julian*/

EnterText("txtEventCause", form, "test cause");
EnterText("txtEventOrg", form, "test agency");

Expand Down

0 comments on commit f8c9d4c

Please sign in to comment.