Show
Ignore:
Timestamp:
05/31/08 22:01:20 (22 months ago)
Author:
JensDiemer
Message:
  • add a few test for the new plugin models
  • unittest: test plugin would be copied to the normal plugins. So this plugin would be auto installed with all other plugins.
  • Bugfix in lucidTag.py: 1 should not be converted to True ;)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/tests/unittest_plugin/unittest_plugin_cfg.py

    r1609 r1612  
    6565        }, 
    6666    }, 
     67    "all_models": { 
     68        "must_login": True, 
     69        "must_admin": True, 
     70        "admin_sub_menu": { 
     71            "section"       : _("unittest"), # The sub menu section 
     72            "title"         : _("all models"), 
     73            "help_text"     : _("Display all existing models"), 
     74            "open_in_window": False, # Should be create a new JavaScript window? 
     75            "weight" : 0, # sorting wieght for every section entry 
     76        }, 
     77    }, 
    6778}