~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/tutorialservice/test/TestFramework.py

  • Committer: mattgiuca
  • Date: 2008-01-29 23:38:20 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:328
console: Renamed HTML element IDs to prefix "console_".
    Reason: To facilitate plugging the console into other apps. Need to avoid
    naming conflicts.
    console.css and console.js: Updated references to these IDs.
tutorial: Minor changes to get XHTML to validate.
tutorialservice: Minor comment typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
 
229
229
    def run(self, solution_data, attempt_data):
230
230
        """Run the tests to compare the solution and attempt data
231
 
        Returns the empty string is the test passes, or else an error message.
 
231
        Returns the empty string if the test passes, or else an error message.
232
232
        """
233
233
 
234
234
        # check function return value (None for scripts)