22 lines
800 B
INI
22 lines
800 B
INI
[keygenerator-inject.html]
|
|
expected:
|
|
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
|
|
[Key is injected into value - single segment path]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Key is injected into value - multi-segment path]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Key is injected into value - multi-segment path, partially populated]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[put() throws if key cannot be injected - single segment path]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[put() throws if key cannot be injected - multi-segment path]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|