~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to tests/make_test.out

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
removing old wiki ...
2
 
copying data ...
3
 
untaring underlay ...
4
 
error: access error like a dict ... ok
5
 
error: create with encoded string ... ok
6
 
error: create with any object ... ok
7
 
error: create with unicode ... ok
8
 
new locking: NoLockingForReading tests if files still work when filename is target of a rename ... ok
9
 
testQuoting (MoinMoin._tests.test_packages.QuotingTestCase) ... ok
10
 
testBasicPackageThings (MoinMoin._tests.test_packages.UnsafePackageTestcase) ... ok
11
 
Page: page.exists() finds existing pages only ... ok
12
 
PageEditor: expand @USERNAME@ CamelCase ... ok
13
 
PageEditor: expand @USERNAME@ extended name - enabled ... ok
14
 
PageEditor: expand @MAILTO@ ... ok
15
 
PageEditor: expand user variables ... ok
16
 
PageEditor: expand general variables ... ok
17
 
pysupport: import existing wiki plugin ... ok
18
 
pysupport: import name from existing module ... ok
19
 
pysupport: import nonexistent attritbue raises AttributeError ... ok
20
 
pysupport: import nonexistent module raises ImportError ... ok
21
 
pysupport: import nonexistent wiki plugin fail ... ok
22
 
request: normalize pagename: restrict groups to alpha numeric Unicode ... ok
23
 
request: httpDate default rfc1123 ... ok
24
 
request: httpDate rfc850 ... ok
25
 
request: normalize pagename: normalize slashes ... ok
26
 
request: normalize pagename: normalize whitespace ... ok
27
 
request: normalize pagename: remove invalid unicode chars ... ok
28
 
request: normalize pagename: underscore convert to spaces and normalized ... ok
29
 
search: quoting bug - unquoted terms ... ok
30
 
search: quoting bug - quoted terms ... ok
31
 
user: encode ascii password ... ok
32
 
user: encode unicode password ... ok
33
 
user: isValidName: reject group names ... ok
34
 
user: isValidName: reject unicode non alpha numeric characters ... ok
35
 
user: isValidName: accept names in any language, with spaces ... ok
36
 
user: isValidName: reject leading, trailing or multiple whitespace ... ok
37
 
user: login with ascii password ... ok
38
 
user: login with non-ascii password in pre 1.3 user file ... ok
39
 
user: login replace old non-ascii password in pre 1.3 user file ... ok
40
 
user: login with non-ascii password ... ok
41
 
util.lock: ExclusiveLock: acquire ... ok
42
 
util.lock: ExclusiveLock: acquire after timeout ... ok
43
 
util.lock: os.stat().mtime consistency with time.time() ... ok
44
 
util.lock: ExclusiveLock: lock is exclusive ... ok
45
 
util.lock: ExclusiveLock: exists ... ok
46
 
util.lock: ExclusiveLock: expire ... ok
47
 
util.lock: ExclusiveLock: isExpired ... ok
48
 
util.lock: ExclusiveLock: isLocked ... ok
49
 
util.lock: ExclusiveLock: release ... ok
50
 
util.lock: ExclusiveLock: raise ValueError for timeout < 2.0 ... ok
51
 
util.mail: encode address: 'Phrase <local@domain>' ... ok
52
 
util.mail: encode Uncode address: 'ויקי <local@domain>' ... ok
53
 
util.mail: encode address with empty address: 'Phrase <>' ... ok
54
 
util.mail: encode address with empty phrase: '<local@domain>' ... ok
55
 
util.mail: encode invalid address 'Phrase <blah' ... ok
56
 
util.mail: encode simple address: local@domain ... ok
57
 
util.mail: decoding spam safe mail ... ok
58
 
util.web: make query sting from argument ... ok
59
 
util.web: make query sting from argument and keywords ... ok
60
 
util.web: make query sting from keywords ... ok
61
 
util.web: creating html select with no selection ... ok
62
 
util.web: creating html select with non existing selection ... ok
63
 
util.web: creating html select with selected item ... ok
64
 
widget.html: append to and extend composite element ... ok
65
 
widget.html: creating html widgets ... ok
66
 
widegt.html: invalid attributes raises exception ... ok
67
 
wikiacl: allow extra white space between entries ... ok
68
 
wikiacl: bad guy may not allowed anything ... ok
69
 
wikiacl: default meta acl ... ok
70
 
wikiacl: empty acl string raise StopIteration ... ok
71
 
wikiacl: empty names with rights ... ok
72
 
wikiacl: empty rights ... ok
73
 
wikiacl: ignore rights not in acl_rights_valid ... ok
74
 
wikiacl: ignore invalid acl ... ok
75
 
wikiacl: mixed wiki names and names with spaces ... ok
76
 
wikiacl: acl modifiers ... ok
77
 
wikiacl: multiple entries ... ok
78
 
wikiacl: multiple entries with spaces ... ok
79
 
wikiacl: multiple names with spaces ... ok
80
 
wikiacl: single name with spaces ... ok
81
 
wikiacl: single wiki name, single right ... ok
82
 
wikiacl: white space acl string raise StopIteration ... ok
83
 
wikiacl: applying acl by user name ... ok
84
 
wikidicts: create dict from keys and values in text ... ok
85
 
wikidict: names in SystemPagesGroup should be in request.dicts ... ok
86
 
wikidicts: initFromText: CamelCase links ... ok
87
 
wikidicts: initFromText: extended link ... ok
88
 
wikidicts: initFromText: extended names ... ok
89
 
wikidicts: initFromText: ignore anything but first level list itmes ... ok
90
 
wikidicts: initFromText: ignore non first level items ... ok
91
 
wikidicts: initFromText: strip whitespace around items ... ok
92
 
wikimacro: trivial macro works ... ok
93
 
wikiutil: good system page names accepted, bad rejected ... ok
94
 
wikiutil: good template names accepted, bad rejected ... ok
95
 
wikixml.marshal: create new marshal ... ok
96
 
wikixml.marshal: setting marshal property ... ok
97
 
 
98
 
----------------------------------------------------------------------
99
 
Ran 93 tests in 7.953s
100
 
 
101
 
OK