Skip to content

Commit

Permalink
Windows tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Nov 14, 2021
1 parent 2d77e4f commit 7d89c90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ def python_to_ABAP_time(py_time):
CryptoLibPath = {
"darwin": "/Applications/Secure Login Client.app/Contents/MacOS/lib/libsapcrypto.dylib",
"linux": "/usr/local/sap/cryptolib/libsapcrypto.so",
"win32": "C:\\Tools\\cryptolib\\sapcrypto.dll"
"win32": "C:\\Tools\\cryptolib\\sapcrypto.dll",
"windows": "C:\\Tools\\cryptolib\\sapcrypto.dll"
# "C:\\Program Files\\SAP\\FrontEnd\\SecureLogin\\libsapcrypto.dll"
}[PLATFORM]

ClientPSEPath = {
"darwin": "/Users/d037732/dotfiles/sec/rfctest.pse",
"linux": "/home/www-admin/sec/rfctest.pse",
"win32": "C:\\Tools\\sec\\rfctest.pse",
"windows": "C:\\Tools\\sec\\rfctest.pse",
}[PLATFORM]

0 comments on commit 7d89c90

Please sign in to comment.