~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/doc/hwdb-submission.txt

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
let's add one. Let's add invalid data in order to see how invalid
254
254
submissions are processed.
255
255
 
256
 
    >>> from canonical.librarian.testing.server import fillLibrarianFile
 
256
    >>> from lp.services.librarianserver.testing.server import fillLibrarianFile
257
257
    >>> submission = submission_set.getBySubmissionKey('test_submission_id_1')
258
258
    >>> fillLibrarianFile(
259
259
    ...     submission.raw_submission.id, 'nonsense')