r50549 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50548‎ | r50549 | r50550 >
Date:16:19, 13 May 2009
Author:kim
Status:deferred
Tags:
Comment:
trademarks
Modified paths:
  • /trunk/wikiation/wikiation_exttest/HELP (modified) (history)
  • /trunk/wikiation/wikiation_exttest/LICENSE (modified) (history)
  • /trunk/wikiation/wikiation_exttest/base_family.py (modified) (history)
  • /trunk/wikiation/wikiation_exttest/examples/README (modified) (history)
  • /trunk/wikiation/wikiation_exttest/families (deleted) (history)
  • /trunk/wikiation/wikiation_exttest/logintest.py (modified) (history)
  • /trunk/wikiation/wikiation_exttest/settings.py.example (modified) (history)

Diff [purge]

Index: trunk/wikiation/wikiation_exttest/logintest.py
@@ -12,7 +12,7 @@
1313 l=logindata.LoginData(
1414 name='6Basic',
1515 protocol='http',
16 - server='6.wikiation.nl',
 16+ server='localhost',
1717 scriptpath='/revisions/REL1_13_2',
1818 version='1.13.2',
1919 lang='en',
Index: trunk/wikiation/wikiation_exttest/settings.py.example
@@ -4,7 +4,7 @@
55 # Distributed under the terms of the MIT license
66
77
8 -#Settings file for wikiation_webtest
 8+#Settings file for exttest
99 import os
1010
1111 # path to pywikipedia
@@ -14,9 +14,8 @@
1515 from logindata import LoginData
1616
1717 # How many tests per page should be permitted?
18 -# (wikiation wants to hardlimit this to 1 only)
1918 # (0 = infinite)
20 -tests_per_page=1
 19+tests_per_page=0
2120
2221 #What is the default category name?
2322 category_name="Automated tests"
@@ -36,7 +35,7 @@
3736 source_login=LoginData(
3837 name='test_source',
3938 protocol='http',
40 - server='6.wikiation.nl',
 39+ server='localhost',
4140 scriptpath='/revisions/REL1_13_2',
4241 lang='en',
4342 encoding='utf-8',
@@ -48,7 +47,7 @@
4948 target_login=LoginData(
5049 name='test_target',
5150 protocol='http',
52 - server='6.wikiation.nl',
 51+ server='localhost',
5352 scriptpath='/revisions/exttest_target',
5453 lang='en',
5554 encoding='utf-8',
Index: trunk/wikiation/wikiation_exttest/LICENSE
@@ -1,4 +1,5 @@
22 This software, copyright (C) 2008-2009 by Wikiation. This software is developed by Kim Bruning.
 3+Copyright (C) 2009 Kim Bruning
34
45 Permission is hereby granted, free of charge, to any person obtaining a copy
56 of this software and associated documentation files (the "Software"), to deal
Index: trunk/wikiation/wikiation_exttest/base_family.py
@@ -17,7 +17,7 @@
1818 def __init__(self,
1919 name='test',
2020 protocol='http',
21 - server='6.wikiation.nl',
 21+ server='localhost',
2222 scriptpath='/revisions/REL1.13.2',
2323 version='1.13.2',
2424 lang='nl',
Index: trunk/wikiation/wikiation_exttest/HELP
@@ -1,5 +1,5 @@
22 --------------------------
3 -Help for wikiation-exttest
 3+Help for exttester
44
55 This software, copyright (C) 2008-2009 by Wikiation.
66 This software is developed by Kim Bruning.
@@ -19,10 +19,10 @@
2020 Syntax:
2121
2222 (unix)
23 -./wikiation_webtest.py [options]
 23+./exttester.py [options]
2424
2525 (all os)
26 -python wikiation_webtest.py [options]
 26+python exttester.py [options]
2727
2828 Options are all GNU long form:
2929
@@ -51,7 +51,7 @@
5252 be replaced by a wikiformatted report on the test result.
5353 This is helpful on-wiki for people who like to have their
5454 tests and results on the same page. A separate element is used
55 - to reduce the odds of wikiation-webtest accidentally mangeling
 55+ to reduce the odds of exttester accidentally mangeling
5656 the page.
5757
5858 --test
@@ -80,7 +80,7 @@
8181 the contents of the test category it may no longer be valid.
8282 This might be a problem in your own programs.
8383
84 - To prevent the above problems in wikiation_webtest,
 84+ To prevent the above problems in exttester,
8585 --pyfile and --xmlfile only use test information.
8686 PageReference information, (X)HTML results, and diffs are ignored.
8787
@@ -90,5 +90,5 @@
9191 name uses spaces or other strange characters, you may need to escape or
9292 quote it. If you want to use unicode strings, ensure your shell and term pass
9393 unicode correctly.
94 - By default, wikiation webtest operates on the category Automated tests
 94+ By default, exttester operates on the category Automated tests
9595 (that is to say: [[Category:Automated tests]]).
Index: trunk/wikiation/wikiation_exttest/examples/README
@@ -1,3 +1,3 @@
2 -some of these files ahven't been upgraded to newer version of wikiation-webtest yet.
 2+some of these files ahven't been upgraded to newer version of exttester yet.
33
44 use --dump-py and --dump-xml to generate your own example files

Status & tagging log