~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to standard_test_template.js

  • Committer: Stuart Bishop
  • Date: 2011-09-28 12:49:24 UTC
  • mfrom: (9893.10.1 trivial)
  • mto: This revision was merged to the branch mainline in revision 14178.
  • Revision ID: stuart.bishop@canonical.com-20110928124924-m5a22fymqghw6c5i
Merged trivial into distinct-db-users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    _should: {
24
24
        error: {
25
 
            test_config_undefined: true,
 
25
            test_config_undefined: true
 
26
            // Careful: no comma after last item or IE chokes.
26
27
            }
27
28
        },
28
29
 
52
53
    test_config_undefined: function() {
53
54
        // Verify an error is thrown if there is no config.
54
55
        mynamespace.setup();
55
 
        },
 
56
        }
 
57
        // Careful: no comma after last item or IE chokes.
56
58
}));
57
59
 
58
60