Skip to content

Commit 7d89c90

Browse files
committed
Windows tests fix
1 parent 2d77e4f commit 7d89c90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,14 @@ def python_to_ABAP_time(py_time):
9191
CryptoLibPath = {
9292
"darwin": "/Applications/Secure Login Client.app/Contents/MacOS/lib/libsapcrypto.dylib",
9393
"linux": "/usr/local/sap/cryptolib/libsapcrypto.so",
94-
"win32": "C:\\Tools\\cryptolib\\sapcrypto.dll"
94+
"win32": "C:\\Tools\\cryptolib\\sapcrypto.dll",
95+
"windows": "C:\\Tools\\cryptolib\\sapcrypto.dll"
9596
# "C:\\Program Files\\SAP\\FrontEnd\\SecureLogin\\libsapcrypto.dll"
9697
}[PLATFORM]
9798

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

0 commit comments

Comments
 (0)