projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da31ba5
)
- Added asCompleteString() call
author
Marius Tomaschewski
<mt@suse.de>
Tue, 7 Mar 2006 16:42:57 +0000
(16:42 +0000)
committer
Marius Tomaschewski
<mt@suse.de>
Tue, 7 Mar 2006 16:42:57 +0000
(16:42 +0000)
testsuite/zypp/tests/Url2.cc
patch
|
blob
|
history
diff --git
a/testsuite/zypp/tests/Url2.cc
b/testsuite/zypp/tests/Url2.cc
index ef097ae4f0b722b3741c9b45c8fbe73837aaf444..38bfa43d6071f40a2392dede3f19a4be485cc090 100644
(file)
--- a/
testsuite/zypp/tests/Url2.cc
+++ b/
testsuite/zypp/tests/Url2.cc
@@
-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;
}