summaryrefslogtreecommitdiffstats
path: root/israwhidebroken
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-09-29 11:39:09 -0400
committerWill Woods <wwoods@redhat.com>2009-09-29 11:39:09 -0400
commit56bc2642ab432a3b106815738e7735ca0bb2cc2f (patch)
treeafd62f928c68bca6ab529213ad10d4c213568c02 /israwhidebroken
parent04d7343fdaed5117b1a02eb965cba8ae14c43a14 (diff)
downloadisrawhidebroken-56bc2642ab432a3b106815738e7735ca0bb2cc2f.tar.gz
israwhidebroken-56bc2642ab432a3b106815738e7735ca0bb2cc2f.tar.xz
israwhidebroken-56bc2642ab432a3b106815738e7735ca0bb2cc2f.zip
Make tests 11-14 manual
Diffstat (limited to 'israwhidebroken')
-rw-r--r--israwhidebroken/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html
index ba789b1..71ca15f 100644
--- a/israwhidebroken/templates/index.html
+++ b/israwhidebroken/templates/index.html
@@ -37,7 +37,8 @@ for tree in trees:
<py:choose>
<!--! TODO FIXME form target -->
<!--! TODO FIXME FOR REAL nice widget to do this ajaxfully -->
- <form py:when="in_qa and r is None and (test.id==11 or test.id==12)">
+ <!--! TODO FIXME seriously figure out how to do >=11 and <=14 -->
+ <form py:when="in_qa and r is None and (test.id==11 or test.id==12 or test.id==13 or test.id==14)">
<select name="result">
<option>none</option>
<option value="1">pass</option>