Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-07-02 18:12:20 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-07-02 18:12:20 (GMT)
commit97f17f2f76788d3eb954c036e5f84fd0e0414bfa (patch)
tree92a6239e68733c0ec8f6fec65007e62cd016db5d /scripts
parentc555cdfaaa1b24cdfed5103c201cf73e0f346fe2 (diff)
parent6d50d852e0974c53c55efc6a95e0a01ac7be1c04 (diff)
Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-jhbuild
Diffstat (limited to 'scripts')
-rw-r--r--scripts/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/report.py b/scripts/report.py
index d0daf65..b46fc0a 100644
--- a/scripts/report.py
+++ b/scripts/report.py
@@ -119,7 +119,7 @@ class ReleaseReport(object):
out.close()
- marker = '|Testcase|'
+ marker = '|TestCase|'
i = comment.find(marker)
if i > 0:
i += len(marker)