diff options
| author | jvoisin | 2017-10-27 17:22:35 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-27 17:22:35 +0200 |
| commit | 9a0400bdbc7d4decb32fe8fa3960e9e77f9fe898 (patch) | |
| tree | a27a8b5569226a4586b60876b123edc91054e9e4 /src/tests/config | |
| parent | 70498a7cce831049b47051813b850665c5547927 (diff) | |
Bump the coverage
Diffstat (limited to 'src/tests/config')
| -rw-r--r-- | src/tests/config/config_disabled_functions_ret_right_hash.ini | 2 | ||||
| -rw-r--r-- | src/tests/config/config_encrypted_cookies_empty_env.ini | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/config/config_disabled_functions_ret_right_hash.ini b/src/tests/config/config_disabled_functions_ret_right_hash.ini index 8ec8f83..af4fdd4 100644 --- a/src/tests/config/config_disabled_functions_ret_right_hash.ini +++ b/src/tests/config/config_disabled_functions_ret_right_hash.ini | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | sp.disable_function.function("system").ret("1").drop(); | 1 | sp.disable_function.function("system").ret("1").drop(); |
| 2 | sp.disable_function.function("system").ret("1337").hash("123456789597a81a2b862cdb49920e2cba2e5979a3fc374c58c803e8f5c99a10").drop(); | 2 | sp.disable_function.function("system").ret("1337").hash("123456789597a81a2b862cdb49920e2cba2e5979a3fc374c58c803e8f5c99a10").drop(); |
| 3 | sp.disable_function.function("system").ret("1338").hash("522a976fa597a81a2b862cdb49920e2cba2e5979a3fc374c58c803e8f5c99a10").drop(); | 3 | sp.disable_function.function("system").ret("1338").hash("522a976fa597a81a2b862cdb49920e2cba2e5979a3fc374c58c803e8f5c99a10").drop(); |
| 4 | sp.disable_function.function("system").ret("1337").hash("522a976fa597a81a2b862cdb49920e2cba2e5979a3fc374c58c803e8f5c99a10").drop(); | 4 | sp.disable_function.function("system").ret("1337").hash("d259c3ad8cf096272cd0e78768af3b11325f498de5c2c36f40adc43643af378a").drop(); |
diff --git a/src/tests/config/config_encrypted_cookies_empty_env.ini b/src/tests/config/config_encrypted_cookies_empty_env.ini new file mode 100644 index 0000000..ac1f840 --- /dev/null +++ b/src/tests/config/config_encrypted_cookies_empty_env.ini | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | sp.global.secret_key("abcdef").cookie_env_var("REMOTE_ADDR"); | ||
| 2 | sp.cookie_encryption.cookie("super_cookie"); | ||
