blob: 6e616b58a084ceaa5b0132141317c46390ee5ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[keygenerator.htm]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Keygenerator - starts at one, and increments by one]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[Keygenerator - increments by one from last set key]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[Keygenerator - don't increment when new key is not bigger than current]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
|