- added testcases for "def revert"
authorMarcus Huewe <suse-tux@gmx.de>
Wed, 25 Aug 2010 11:50:49 +0000 (13:50 +0200)
committerMarcus Huewe <suse-tux@gmx.de>
Tue, 31 Aug 2010 11:30:36 +0000 (13:30 +0200)
commit9c0076d726a22a8babaaaf7469035d1dec475d72
tree41292cad80c7eb59dffb92c098e150c3165bf834
parent80bf280d8ba44f2c27e2ad893f1c7d4f0a0894fd
- added testcases for "def revert"
27 files changed:
osc/core.py
tests/revertfile_fixtures/oscrc [new file with mode: 0644]
tests/revertfile_fixtures/osctest/.osc/_apiurl [new file with mode: 0644]
tests/revertfile_fixtures/osctest/.osc/_packages [new file with mode: 0644]
tests/revertfile_fixtures/osctest/.osc/_project [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_apiurl [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_files [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_in_conflict [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_osclib_version [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_package [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_project [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_to_be_added [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/_to_be_deleted [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/foo [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/merge [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/missing [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/nochange [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/replaced [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/.osc/somefile [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/foo [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/merge [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/nochange [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/replaced [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/toadd1 [new file with mode: 0644]
tests/revertfile_fixtures/osctest/simple/toadd2 [new file with mode: 0644]
tests/suite.py
tests/test_revertfiles.py [new file with mode: 0644]