Show
Ignore:
Timestamp:
02/22/09 00:54:15 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
c8726316b857d4928dbeff5dc0533ead2f120d44
Parents:
8e190b5404bcc72bccbbecf78e29d5c33a730180
git-committer:
Frederic Lepied <frederic.lepied@…> (02/22/09 00:54:15)
Message:

added a naviagtion by test names

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • urls.py

    r368f6e1 r0013bdd  
    2828    (r'^script/(?P<name>.+)/$', 'tester.views.script'), 
    2929    (r'^system/(?P<sysid>[0-9]+)/$', 'tester.views.system'), 
     30    (r'^testname/(?P<tstid>[0-9]+)/$', 'tester.views.testname'), 
    3031 
    3132    # Uncomment the next line to enable the admin: