- renamed data dir due to bug in CPack
authorJan Kupec <jkupec@suse.cz>
Mon, 13 Oct 2008 12:29:39 +0000 (12:29 +0000)
committerJan Kupec <jkupec@suse.cz>
Mon, 13 Oct 2008 12:29:39 +0000 (12:29 +0000)
tests/data/OBS_zypp_svn-11.1/repodata/primary.xml.gz [moved from tests/data/OBS:zypp:svn-11.1/repodata/primary.xml.gz with 100% similarity]
tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml [moved from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml with 100% similarity]
tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.asc [moved from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.asc with 100% similarity]
tests/data/OBS_zypp_svn-11.1/repodata/repomd.xml.key [moved from tests/data/OBS:zypp:svn-11.1/repodata/repomd.xml.key with 100% similarity]
tests/zypp/Locks_test.cc
tests/zypp/PoolQuery_test.cc

index f1d5815..aac487b 100644 (file)
@@ -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" );
 }
 
 
index fc2e0b4..e410b39 100644 (file)
@@ -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" );
 }