From 35d0a831bd440695446feaf9de3f3bfeb4779455 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 22 Dec 2011 12:38:31 +0100 Subject: [PATCH] No need to load target in test. --- tests/sat/LookupAttr_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sat/LookupAttr_test.cc b/tests/sat/LookupAttr_test.cc index d7dd937..dd1a2c9 100644 --- a/tests/sat/LookupAttr_test.cc +++ b/tests/sat/LookupAttr_test.cc @@ -25,7 +25,7 @@ BOOST_AUTO_TEST_CASE(bnc_435838) BOOST_AUTO_TEST_CASE(LookupAttr_init) { - test.loadTarget(); // initialize and load target + //test.loadTarget(); // initialize and load target test.loadRepo( TESTS_SRC_DIR "/data/openSUSE-11.1" ); test.loadRepo( TESTS_SRC_DIR "/data/obs_virtualbox_11_1" ); test.loadRepo( TESTS_SRC_DIR "/data/11.0-update" ); -- 2.7.4