Source code

Revision control

Copy as Markdown

Other Tools

[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]