Skip to content

Commit

Permalink
[19620] Kassenbuch with h2DB. Fix Eingangsverzeichnis
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Nov 30, 2020
1 parent b8ef443 commit f4cfb17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions KernFunktionen/Tests/Kassenbuch.test
Expand Up @@ -6,8 +6,7 @@ Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _mc14UFVdEemNNe-dXP1Xqg
Runtime-Version: 2.4.3.201909171500
Save-Time: 11/12/19, 2:51 PM
Save-Time: 11/30/20 4:17 PM
Testcase-Type: ecl

------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Expand All @@ -19,7 +18,7 @@ Entry-Name: .content
// https://redmine.medelexis.ch/issues/14803 RCPTT: FixDatePickerCombo

// Either you add ConfigureHilotecODF_TextVerarbeitung as next line or BasicPrinting test was run befor
if [ $jdbcConnection | matches ".*postgresql.*" ] {
if [ $jdbcConnection | matches ".*(postgresql|h2).*" ] {

SetzeBenutzerRecht -recht "Kassenbuch" -role "user" -wert "A"
close-window-if-open "Kassenbuch" // We must close it, or the ACE change does not apply
Expand Down
7 changes: 3 additions & 4 deletions KernFunktionen/Tests/Textverarbeitung/text_plugins_common.ctx
Expand Up @@ -5,8 +5,7 @@ Element-Name: text_plugins_common
Element-Type: context
Element-Version: 2.0
Id: _LkBSkBsDEembU9g-6bJhVg
Runtime-Version: 2.4.2.201905080442
Save-Time: 11/25/20 8:51 PM
Save-Time: 11/30/20 4:20 PM

------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998
Content-Type: text/ecl
Expand Down Expand Up @@ -247,9 +246,9 @@ proc ConfigureMsOO_TextVerarbeitung {
get-window [t preferences] | gen-screenshot [concat $imagesDir "MsOO-config.png"]
take-screenshot "PreferencesSystemPrinters.png"
get-tree | select "Datenaustausch/eHC"
get-editbox -after [get-label "Standard Ausgabeverzeichnis"] | set-text [concat [get-java-property user . home]
get-editbox -after [get-label "Standard Ausgabeverzeichnis"] | set-text [concat [get-java-property "user.home" ]
"/elexis/eHC/output"]
get-editbox -after [get-label "Standard Eingangsverzeichnis"] | set-text [concat [get-java-property user . home]
get-editbox -after [get-label "Standard Eingangsverzeichnis"] | set-text [concat [get-java-property "user.home" ]
"/elexis/eHC/input"]
wait 1000
get-window [t preferences] | gen-screenshot [concat $imagesDir "MsOO-config-eHC.png"]
Expand Down

0 comments on commit f4cfb17

Please sign in to comment.