~piastucki/bzr-xmloutput/xml-log-fix

« back to all changes in this revision

Viewing changes to tests/test_ls_xml.py

  • Committer: Guillermo Gonzalez
  • Author(s): Jelmer Vernooij
  • Date: 2011-03-09 23:05:27 UTC
  • mfrom: (150.2.1 trunk)
  • Revision ID: guillo.gonzo@gmail.com-20110309230527-lqwt272otza8s6rt
Lazily load bzr-xmloutput commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                item[attr.tag] = attr.text
56
56
            items.append(item)
57
57
        return items
58
 
        
 
58
 
59
59
    #def test_lsxml_null_verbose(self):
60
60
    #    # Can't supply both
61
61
    #    self.run_bzr_error(['Cannot set both --verbose and --null'],