Move test resources to a common directory
commit0129895fa52dfb06cfe4f1f456d57d8e16453686
authorVicent Marti <tanoku@gmail.com>
Tue, 20 Jul 2010 21:56:18 +0000 (20 23:56 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 25 Jul 2010 23:37:02 +0000 (26 01:37 +0200)
treeaf3b99d5be330dbbce0b9250c3a5fb05911908cc
parente34dee0c7f0ac8abf228369e1016eb6016c40758
Move test resources to a common directory

All the external resources used by the tests are now placed inside the
common 'tests/resources' directory.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
25 files changed:
tests/resources/gitgit.index [new file with mode: 0644]
tests/resources/index [new file with mode: 0644]
tests/resources/sample-odb/13/85f264afb75a56a5bec74243be9b367ba4ca08 [moved from tests/t0501-objects/13/85f264afb75a56a5bec74243be9b367ba4ca08 with 100% similarity]
tests/resources/sample-odb/18/1037049a54a1eb5fab404658a3a250b44335d7 [moved from tests/t0501-objects/18/1037049a54a1eb5fab404658a3a250b44335d7 with 100% similarity]
tests/resources/sample-odb/18/10dff58d8a660512d4832e740f692884338ccd [moved from tests/t0501-objects/18/10dff58d8a660512d4832e740f692884338ccd with 100% similarity]
tests/resources/sample-odb/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057 [moved from tests/t0501-objects/45/b983be36b73c0788dc9cbcb76cbb80fc7bb057 with 100% similarity]
tests/resources/sample-odb/4a/202b346bb0fb0db7eff3cffeb3c70babbd2045 [moved from tests/t0501-objects/4a/202b346bb0fb0db7eff3cffeb3c70babbd2045 with 100% similarity]
tests/resources/sample-odb/5b/5b025afb0b4c913b4c338a42934a3863bf3644 [moved from tests/t0501-objects/5b/5b025afb0b4c913b4c338a42934a3863bf3644 with 100% similarity]
tests/resources/sample-odb/75/057dd4114e74cca1d750d0aee1647c903cb60a [moved from tests/t0501-objects/75/057dd4114e74cca1d750d0aee1647c903cb60a with 100% similarity]
tests/resources/sample-odb/81/4889a078c031f61ed08ab5fa863aea9314344d [moved from tests/t0501-objects/81/4889a078c031f61ed08ab5fa863aea9314344d with 100% similarity]
tests/resources/sample-odb/84/96071c1b46c854b31185ea97743be6a8774479 [moved from tests/t0501-objects/84/96071c1b46c854b31185ea97743be6a8774479 with 100% similarity]
tests/resources/sample-odb/9f/d738e8f7967c078dceed8190330fc8648ee56a [moved from tests/t0501-objects/9f/d738e8f7967c078dceed8190330fc8648ee56a with 100% similarity]
tests/resources/sample-odb/a4/a7dce85cf63874e984719f4fdd239f5145052f [moved from tests/t0501-objects/a4/a7dce85cf63874e984719f4fdd239f5145052f with 100% similarity]
tests/resources/sample-odb/a7/1586c1dfe8a71c6cbf6c129f404c5642ff31bd [moved from tests/t0501-objects/a7/1586c1dfe8a71c6cbf6c129f404c5642ff31bd with 100% similarity]
tests/resources/sample-odb/a8/233120f6ad708f843d861ce2b7228ec4e3dec6 [moved from tests/t0501-objects/a8/233120f6ad708f843d861ce2b7228ec4e3dec6 with 100% similarity]
tests/resources/sample-odb/be/3563ae3f795b2b4353bcce3a527ad0a4f7f644 [moved from tests/t0501-objects/be/3563ae3f795b2b4353bcce3a527ad0a4f7f644 with 100% similarity]
tests/resources/sample-odb/c4/7800c7266a2be04c571c04d5a6614691ea99bd [moved from tests/t0501-objects/c4/7800c7266a2be04c571c04d5a6614691ea99bd with 100% similarity]
tests/resources/sample-odb/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 [moved from tests/t0501-objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 with 100% similarity]
tests/resources/sample-odb/f6/0079018b664e4e79329a7ef9559c8d9e0378d1 [moved from tests/t0501-objects/f6/0079018b664e4e79329a7ef9559c8d9e0378d1 with 100% similarity]
tests/resources/sample-odb/fa/49b077972391ad58037050f2a75f74e3671e92 [moved from tests/t0501-objects/fa/49b077972391ad58037050f2a75f74e3671e92 with 100% similarity]
tests/resources/sample-odb/fd/093bff70906175335656e6ce6ae05783708765 [moved from tests/t0501-objects/fd/093bff70906175335656e6ce6ae05783708765 with 100% similarity]
tests/resources/sample-odb/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.idx [moved from tests/t0501-objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.idx with 100% similarity]
tests/resources/sample-odb/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.pack [moved from tests/t0501-objects/pack/pack-d7c6adf9f61318f041845b01440d09aa7a91e1b5.pack with 100% similarity]
tests/t0402-details.c
tests/t0501-walk.c