~dsmid/smart/unicodeencodeerror

« back to all changes in this revision

Viewing changes to tests/rpmdir.txt

  • Committer: Anders F Bjorklund
  • Date: 2010-02-03 11:47:52 UTC
  • Revision ID: afb@users.sourceforge.net-20100203114752-vl6ohnkcha7gdx43
add Build Time to api too, with implementations for rpm/metadata/arch

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
  >>> info.getDescription()
98
98
  u'Description1'
99
99
 
 
100
  >>> info.getBuildTime()
 
101
  1135342886
 
102
 
100
103
  >>> info.getURLs()
101
104
  ['file:///.../tests/data/rpm/name1-version1-release1.noarch.rpm']
102
105
  >>> url = info.getURLs()[0]