Hi Joe: On Mon, 03 May 2010, Joe Blaylock wrote: > Fixed. Head is 924d089295.
Thanks, cosmetics amended, and merged. Please pull and delete your personal branch. Amendments done: - Test case docstrings to use full class name and dash separator. - Commit log header to express that changes concern SQPP tests only. > To everyone else: Please please remember that when you're doing a > tight edit/unit test/edit cycle, you have to remember to 'make > install' in the current working directory so your changes make into > the installed base. You may want to define a hotkey in your editor that would, upon saving your edits, execute the following in the current working directory of the file you are editing: make -s && sudo -u www-data make -s install && \ sudo -u www-data /opt/cds-invenio/bin/inveniocfg --update-all && \ sudo -u www-data touch /opt/cds-invenio/var/www-wsgi/invenio.wsgi The execution usually takes only a fraction of a second, so no editing slowdown. Best regards -- Tibor Simko
