Revision: 50549
Author:   kim
Date:     2009-05-13 16:19:36 +0000 (Wed, 13 May 2009)

Log Message:
-----------
trademarks

Modified Paths:
--------------
    trunk/wikiation/wikiation_exttest/HELP
    trunk/wikiation/wikiation_exttest/LICENSE
    trunk/wikiation/wikiation_exttest/base_family.py
    trunk/wikiation/wikiation_exttest/examples/README
    trunk/wikiation/wikiation_exttest/logintest.py
    trunk/wikiation/wikiation_exttest/settings.py.example

Removed Paths:
-------------
    trunk/wikiation/wikiation_exttest/families/

Modified: trunk/wikiation/wikiation_exttest/HELP
===================================================================
--- trunk/wikiation/wikiation_exttest/HELP      2009-05-13 16:19:11 UTC (rev 
50548)
+++ trunk/wikiation/wikiation_exttest/HELP      2009-05-13 16:19:36 UTC (rev 
50549)
@@ -1,5 +1,5 @@
 --------------------------
-Help for wikiation-exttest
+Help for exttester
 
 This software, copyright (C) 2008-2009 by Wikiation.
 This software is developed by Kim Bruning.
@@ -19,10 +19,10 @@
 Syntax:
 
 (unix)
-./wikiation_webtest.py [options]
+./exttester.py [options]
 
 (all os)
-python wikiation_webtest.py [options]
+python exttester.py [options]
 
 Options are all GNU long form:
 
@@ -51,7 +51,7 @@
        be replaced by a wikiformatted report on the test result.
        This is helpful on-wiki for people who like to have their
        tests and results on the same page. A separate element is used
-       to reduce the odds of wikiation-webtest accidentally mangeling 
+       to reduce the odds of exttester accidentally mangeling 
        the page.
 
 --test
@@ -80,7 +80,7 @@
        the contents of the test category it may no longer be valid. 
        This might be a problem in your own programs.
 
-       To prevent the above problems in wikiation_webtest,
+       To prevent the above problems in exttester,
        --pyfile and --xmlfile only use test information.
        PageReference information, (X)HTML results, and diffs are ignored.
 
@@ -90,5 +90,5 @@
        name uses spaces or other strange characters, you may need to escape or
        quote it. If you want to use unicode strings, ensure your shell and 
term pass
        unicode correctly.
-       By default, wikiation webtest operates on the category Automated tests
+       By default, exttester operates on the category Automated tests
        (that is to say: [[Category:Automated tests]]). 

Modified: trunk/wikiation/wikiation_exttest/LICENSE
===================================================================
--- trunk/wikiation/wikiation_exttest/LICENSE   2009-05-13 16:19:11 UTC (rev 
50548)
+++ trunk/wikiation/wikiation_exttest/LICENSE   2009-05-13 16:19:36 UTC (rev 
50549)
@@ -1,4 +1,5 @@
 This software, copyright (C) 2008-2009 by Wikiation. This software is 
developed by Kim Bruning. 
+Copyright (C) 2009  Kim Bruning
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

Modified: trunk/wikiation/wikiation_exttest/base_family.py
===================================================================
--- trunk/wikiation/wikiation_exttest/base_family.py    2009-05-13 16:19:11 UTC 
(rev 50548)
+++ trunk/wikiation/wikiation_exttest/base_family.py    2009-05-13 16:19:36 UTC 
(rev 50549)
@@ -17,7 +17,7 @@
        def __init__(self,
                name='test',
                protocol='http',
-               server='6.wikiation.nl',
+               server='localhost',
                scriptpath='/revisions/REL1.13.2',
                version='1.13.2',
                lang='nl',

Modified: trunk/wikiation/wikiation_exttest/examples/README
===================================================================
--- trunk/wikiation/wikiation_exttest/examples/README   2009-05-13 16:19:11 UTC 
(rev 50548)
+++ trunk/wikiation/wikiation_exttest/examples/README   2009-05-13 16:19:36 UTC 
(rev 50549)
@@ -1,3 +1,3 @@
-some of these files ahven't been upgraded to newer version of 
wikiation-webtest yet.
+some of these files ahven't been upgraded to newer version of exttester yet.
 
 use --dump-py and --dump-xml to generate your own example files

Modified: trunk/wikiation/wikiation_exttest/logintest.py
===================================================================
--- trunk/wikiation/wikiation_exttest/logintest.py      2009-05-13 16:19:11 UTC 
(rev 50548)
+++ trunk/wikiation/wikiation_exttest/logintest.py      2009-05-13 16:19:36 UTC 
(rev 50549)
@@ -12,7 +12,7 @@
 l=logindata.LoginData(
                name='6Basic',
                protocol='http',
-               server='6.wikiation.nl',
+               server='localhost',
                scriptpath='/revisions/REL1_13_2',
                version='1.13.2',
                lang='en',

Modified: trunk/wikiation/wikiation_exttest/settings.py.example
===================================================================
--- trunk/wikiation/wikiation_exttest/settings.py.example       2009-05-13 
16:19:11 UTC (rev 50548)
+++ trunk/wikiation/wikiation_exttest/settings.py.example       2009-05-13 
16:19:36 UTC (rev 50549)
@@ -4,7 +4,7 @@
 # Distributed under the terms of the MIT license
 
 
-#Settings file for wikiation_webtest
+#Settings file for exttest
 import os
 
 # path to pywikipedia
@@ -14,9 +14,8 @@
 from logindata import LoginData
 
 # How many tests per page should be permitted?
-# (wikiation wants to hardlimit this to 1 only)
 # (0 = infinite)
-tests_per_page=1
+tests_per_page=0
 
 #What is the default category name?
 category_name="Automated tests"
@@ -36,7 +35,7 @@
 source_login=LoginData(
        name='test_source',
        protocol='http',
-       server='6.wikiation.nl',
+       server='localhost',
        scriptpath='/revisions/REL1_13_2',
        lang='en',
        encoding='utf-8',
@@ -48,7 +47,7 @@
 target_login=LoginData(
        name='test_target',
        protocol='http',
-       server='6.wikiation.nl',
+       server='localhost',
        scriptpath='/revisions/exttest_target',
        lang='en',
        encoding='utf-8',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to