- Put the RepomdFileReader class where it belongs
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 12 Apr 2007 15:43:21 +0000 (15:43 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 12 Apr 2007 15:43:21 +0000 (15:43 +0000)
commit515d1f33c5b5d6e9f26b9a76c4190e3fc330b51e
tree6d3b9a0d0d7b28780c7b653adcad4827fe9c25ca
parentd5fe9f178a47527762944876eee7574f313b3963
- Put the RepomdFileReader class where it belongs
- The PatchesFileReader class is for now only
  a copy of the RepomdFileReader
- Add a unit test for the class
14 files changed:
devel/devel.dmacvicar/ScanSource.cc
devel/devel.dmacvicar/YUMDownloader.cc
tests/CMakeLists.txt
tests/parser/CMakeLists.txt [new file with mode: 0644]
tests/parser/yum/CMakeLists.txt [new file with mode: 0644]
tests/parser/yum/RepomdFileReader_test.cc [new file with mode: 0644]
tests/parser/yum/data/patches.xml [new file with mode: 0644]
tests/parser/yum/data/repomd-1.xml [new file with mode: 0644]
tests/parser/yum/data/repomd-1.xml.solution [new file with mode: 0644]
zypp/CMakeLists.txt
zypp/parser/yum/PatchesFileReader.cc [new file with mode: 0644]
zypp/parser/yum/PatchesFileReader.h [new file with mode: 0644]
zypp/parser/yum/RepomdFileReader.cc [new file with mode: 0644]
zypp/parser/yum/RepomdFileReader.h [new file with mode: 0644]