- new testcases for core classes
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 7 Jul 2006 13:20:46 +0000 (13:20 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 7 Jul 2006 13:20:46 +0000 (13:20 +0000)
commit136c4c90970edfb54531383464dee45ca58ebe56
tree5dfa12446eef8d29f009dfb56b0b98c580c13a9d
parent80cf528557bf660821777869dfbb500609960978
- new testcases for core classes
- ported some of the old ones to boost:test
- PublicKey test, embed the key in the code because
  I have no idea to know the path of a file from a testcase
21 files changed:
devel/devel.dmacvicar/knownsources.cc [new file with mode: 0644]
testsuite/zypp/lib/libzypp_init.exp
testsuite/zypp/tests/Arch.cc
testsuite/zypp/tests/Capabilities.cc
testsuite/zypp/tests/Digest.cc [new file with mode: 0644]
testsuite/zypp/tests/Edition.cc
testsuite/zypp/tests/Makefile.am
testsuite/zypp/tests/PathInfo.cc [new file with mode: 0644]
testsuite/zypp/tests/PublicKey.cc
testsuite/zypp/tests/Signature.cc [new file with mode: 0644]
testsuite/zypp/tests/publickey-1.asc [deleted file]
testsuite/zypp/tests/publickey-suse.asc [deleted file]
testsuite/zypp/zypp.test/Capabilities.exp [new file with mode: 0644]
testsuite/zypp/zypp.test/CheckSum.exp [new file with mode: 0644]
testsuite/zypp/zypp.test/PathInfo.exp [new file with mode: 0644]
testsuite/zypp/zypp.test/Signature.exp [new file with mode: 0644]
zypp/Makefile.am
zypp/MediaSetAccess.cc
zypp/MediaSetAccess.h
zypp/Signature.cc [new file with mode: 0644]
zypp/Signature.h [new file with mode: 0644]