From: Jan Kupec Date: Mon, 13 Oct 2008 12:29:39 +0000 (+0000) Subject: - renamed data dir due to bug in CPack X-Git-Tag: BASE-SuSE-Code-11-Branch~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbe68c1046eda82c663f39179398d1a7af9a1c2c;p=platform%2Fupstream%2Flibzypp.git - renamed data dir due to bug in CPack --- diff --git a/tests/data/OBS:zypp:svn-11.1/repodata/primary.xml.gz b/tests/data/OBS_zypp_svn-11.1/repodata/primary.xml.gz similarity index 100% rename from tests/data/OBS:zypp:svn-11.1/repodata/primary.xml.gz rename to tests/data/OBS_zypp_svn-11.1/repodata/primary.xml.gz diff --git a/tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml b/tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml similarity index 100% rename from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml rename to tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml diff --git a/tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.asc b/tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.asc similarity index 100% rename from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.asc rename to tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.asc diff --git a/tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.key b/tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.key similarity index 100% rename from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.key rename to tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.key diff --git a/tests/zypp/Locks_test.cc b/tests/zypp/Locks_test.cc index f1d5815..aac487b 100644 --- a/tests/zypp/Locks_test.cc +++ b/tests/zypp/Locks_test.cc @@ -31,7 +31,7 @@ BOOST_AUTO_TEST_CASE(pool_query_init) TestSetup test( Arch_x86_64 ); //test.loadTarget(); // initialize and load target test.loadRepo( TESTS_SRC_DIR "/data/openSUSE-11.1", "opensuse" ); - test.loadRepo( TESTS_SRC_DIR "/data/OBS:zypp:svn-11.1", "@System" ); + test.loadRepo( TESTS_SRC_DIR "/data/OBS_zypp_svn-11.1", "@System" ); } diff --git a/tests/zypp/PoolQuery_test.cc b/tests/zypp/PoolQuery_test.cc index fc2e0b4..e410b39 100644 --- a/tests/zypp/PoolQuery_test.cc +++ b/tests/zypp/PoolQuery_test.cc @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE(pool_query_init) TestSetup test( Arch_x86_64 ); //test.loadTarget(); // initialize and load target test.loadRepo( TESTS_SRC_DIR "/data/openSUSE-11.1", "opensuse" ); - test.loadRepo( TESTS_SRC_DIR "/data/OBS:zypp:svn-11.1", "zyppsvn" ); + test.loadRepo( TESTS_SRC_DIR "/data/OBS_zypp_svn-11.1", "zyppsvn" ); test.loadRepo( TESTS_SRC_DIR "/data/OBS:VirtualBox-11.1", "vbox" ); }