- Added asCompleteString() call
authorMarius Tomaschewski <mt@suse.de>
Tue, 7 Mar 2006 16:42:57 +0000 (16:42 +0000)
committerMarius Tomaschewski <mt@suse.de>
Tue, 7 Mar 2006 16:42:57 +0000 (16:42 +0000)
testsuite/zypp/tests/Url2.cc

index ef097ae4f0b722b3741c9b45c8fbe73837aaf444..38bfa43d6071f40a2392dede3f19a4be485cc090 100644 (file)
@@ -23,6 +23,9 @@ int main(void)
                      zypp::url::ViewOptions::WITH_PATH_PARAMS);
   std::cout << "URL3: " << str << std::endl << std::endl;
 
+  str = url.asCompleteString();
+  std::cout << "URL4: " << str << std::endl << std::endl;
+
        return 0;
 }