Bill Fenner
61983079e4
Since I've been using "skipredirect" as a keyword, make it valid.
...
- Legacy-Id: 475
2007-06-17 13:44:36 +00:00
Bill Fenner
ad150b5a7d
Add another couple of redirects to skip
...
- Legacy-Id: 474
2007-06-17 13:44:11 +00:00
Bill Fenner
61fffa12de
Catch up with long-ago "areas"->"area" rename.
...
- Legacy-Id: 473
2007-06-17 13:43:49 +00:00
Bill Fenner
2a8124c002
Fix a couple redirects, add a couple more.
...
- Legacy-Id: 472
2007-06-17 13:42:31 +00:00
Henrik Levkowetz
795c9d0c0c
Tweaking the output format.
...
- Legacy-Id: 471
2007-06-17 11:43:59 +00:00
Henrik Levkowetz
faeb7a152a
We should still check all the test URLs if no prefixes have been given.
...
- Legacy-Id: 470
2007-06-17 11:29:06 +00:00
Henrik Levkowetz
f303d6f226
Moving some of the setup out to the module level to avoid repeating things unnecessary. In particular applying fixtures and finding patterns and testurls need only be done once.
...
- Legacy-Id: 469
2007-06-17 11:25:48 +00:00
Henrik Levkowetz
63754d4b2b
The URL tests in tests.py can now limit the tests to be run to given URL prefixes. The test class looks for an environment variable URLPREFIX, and if it exists and is non-empty, it is expected to contain a space-separated list of URL prefix patterns for which tests should be run. test/run has been updated to place arguments given on the command line in the URLPREFIX environment variable, so you can say:
...
{{{
$ test/run ipr
}}}
and only the URLs which start with /ipr will be tested.
- Legacy-Id: 468
2007-06-17 11:09:52 +00:00
Henrik Levkowetz
e40af4343f
More test URLs
...
- Legacy-Id: 467
2007-06-17 10:03:59 +00:00
Henrik Levkowetz
9681754803
More test URLs
...
- Legacy-Id: 466
2007-06-17 09:30:35 +00:00
Henrik Levkowetz
e317588462
Minor template tweaks to remove diffs
...
- Legacy-Id: 463
2007-06-17 02:03:27 +00:00
Henrik Levkowetz
201f9b4787
Added missing page header
...
- Legacy-Id: 461
2007-06-17 01:51:56 +00:00
Henrik Levkowetz
dda241104e
Changed 'irtf. org' ==> 'irtf.org'
...
- Legacy-Id: 459
2007-06-17 01:41:22 +00:00
Henrik Levkowetz
3f8ac442e0
Fixed missing and buggy text in the template.
...
- Legacy-Id: 458
2007-06-17 01:36:16 +00:00
Henrik Levkowetz
2e8902d8b4
Formatting tweaks.
...
- Legacy-Id: 455
2007-06-17 00:45:25 +00:00
Henrik Levkowetz
54f5456c25
Change timestamp placement (now after related string, and indented. Added retrieval info for comparison URLs
...
- Legacy-Id: 454
2007-06-17 00:09:34 +00:00
Henrik Levkowetz
a8f8ace37c
Added timestamps to the urltests
...
- Legacy-Id: 453
2007-06-16 23:17:31 +00:00
Bill Fenner
fe83e207ae
Use get_object_or_404, instead of just "get".
...
Don't catch DoesNotExist after a filter().
- Legacy-Id: 448
2007-06-16 22:02:16 +00:00
Henrik Levkowetz
c37319ccd7
Ignore trailing (and leading) newlines in diff chunks.
...
- Legacy-Id: 447
2007-06-16 21:41:04 +00:00
Bill Fenner
88e1ed58c5
Simplify the __init__ for ListReqStep1, by letting the parent's
...
__init__ parse initial and get the value from there.
- Legacy-Id: 445
2007-06-16 21:14:38 +00:00
Bill Fenner
1e4320c2a1
Add some tests for the meeting agenda and proceedings
...
- Legacy-Id: 444
2007-06-16 21:12:45 +00:00
Henrik Levkowetz
0f391a1d90
More diff test normalizing
...
- Legacy-Id: 443
2007-06-16 19:50:06 +00:00
Henrik Levkowetz
2c6c881a3d
Ignore 'RFC 1234' vs. 'RFC1234' diffs. Ignore 'ID' vs. 'I-D' diffs.
...
- Legacy-Id: 442
2007-06-16 18:29:36 +00:00
Henrik Levkowetz
a22d35877c
Layout tweak
...
- Legacy-Id: 440
2007-06-16 16:47:59 +00:00
Henrik Levkowetz
fdc522fee0
Fix a redirect URL
...
- Legacy-Id: 439
2007-06-16 16:42:42 +00:00
Henrik Levkowetz
6c8ade30a4
Layout tweak
...
- Legacy-Id: 438
2007-06-16 16:27:32 +00:00
Henrik Levkowetz
d89e4b909a
Place redirect failure information on consecutive lines for better overview.
...
- Legacy-Id: 437
2007-06-16 16:25:59 +00:00
Henrik Levkowetz
6f9bca3b0d
Add test URL for top page
...
- Legacy-Id: 436
2007-06-16 16:22:57 +00:00
Henrik Levkowetz
1eafc820c1
Add a separation line between NoTest lines and the following in the test output
...
- Legacy-Id: 435
2007-06-16 16:21:18 +00:00
Henrik Levkowetz
6d46a27d6b
More testurls and one more IPR redirect
...
- Legacy-Id: 434
2007-06-16 16:05:46 +00:00
Henrik Levkowetz
054d04443f
Commenting out some noisy debug print statements.
...
- Legacy-Id: 433
2007-06-16 15:05:30 +00:00
Henrik Levkowetz
df6836e301
Changing test classification for No test URL and redirect test comparison failures. The first for clarity, the latter temporarily in order not to continuously run the buildbot on the highest error level. Change back when cleaner.
...
- Legacy-Id: 432
2007-06-16 15:04:29 +00:00
Henrik Levkowetz
70f85c60aa
Don't require test URLs for admin and account apps now.
...
- Legacy-Id: 429
2007-06-16 13:14:54 +00:00
Henrik Levkowetz
bed8e1c90b
Changing the redirect for desc.cgi. The previous cgi field couldn't work; unfortunately I can't figure out a way of getting this to work at all using only the current redirect mechanism. It seems to me to either need to do repeated redirect lookups, or have an 'id' table similar to the 'command' table...
...
- Legacy-Id: 428
2007-06-16 12:00:56 +00:00
Henrik Levkowetz
73f8620a96
Removing unused imports
...
- Legacy-Id: 427
2007-06-16 11:24:28 +00:00
Henrik Levkowetz
dab68d8d69
Run syncdb before running tests on the populated database, to apply any new fixtures which are part of the svn checkout we're testing
...
- Legacy-Id: 426
2007-06-16 11:20:15 +00:00
Henrik Levkowetz
8aa7685020
Some more redirects
...
- Legacy-Id: 423
2007-06-16 11:10:35 +00:00
Henrik Levkowetz
855e4b0398
Updated IPR test URLs
...
- Legacy-Id: 422
2007-06-15 19:49:15 +00:00
Henrik Levkowetz
c5ca2114a3
Updated IPR app redirects
...
- Legacy-Id: 421
2007-06-15 19:48:49 +00:00
Henrik Levkowetz
8cb5eb7f03
Updated IPR app redirects
...
- Legacy-Id: 420
2007-06-15 19:46:15 +00:00
Henrik Levkowetz
7a8ecef98b
Updated IPR app redirects
...
- Legacy-Id: 419
2007-06-15 19:44:17 +00:00
Henrik Levkowetz
00735412c1
Some IPR app redirects
...
- Legacy-Id: 418
2007-06-15 19:34:52 +00:00
Bill Fenner
9594e1ec82
Handle a null suffix properly.
...
- Legacy-Id: 417
2007-06-15 18:35:56 +00:00
Bill Fenner
16b718c917
Add some URLs for the idindex tool.
...
- Legacy-Id: 416
2007-06-15 18:35:15 +00:00
Bill Fenner
07ba4c0132
Skip any url query segment that doesn't contain an "=", so
...
that a query like "?&ipr_id=657" can be parsed.
- Legacy-Id: 415
2007-06-15 18:25:19 +00:00
Henrik Levkowetz
bc1981a07a
Tweaking beautiful soup to get rid of some exceptions.
...
- Legacy-Id: 414
2007-06-15 17:29:24 +00:00
Bill Fenner
ac8b6ee6af
Test redirects if there's a right-hand URL in testurl.list.
...
Strip off a static "https://datatracker.ietf.org " and then
fetch it locally, and make sure it returns a 301 redirect
to the left-hand URL.
- Legacy-Id: 408
2007-06-15 16:47:40 +00:00
Bill Fenner
451b2039d4
Add some liaison test urls.
...
- Legacy-Id: 407
2007-06-15 16:15:17 +00:00
Bill Fenner
63d325b0eb
This is obsoleted by test/sql_fixup.sql.
...
- Legacy-Id: 406
2007-06-15 15:28:52 +00:00
Henrik Levkowetz
b04b50bd63
Refined the handling of sorted comparison tests
...
- Legacy-Id: 405
2007-06-15 13:29:50 +00:00