gvfs r2039 - in trunk: . client



Author: hadess
Date: Thu Oct  2 13:33:23 2008
New Revision: 2039
URL: http://svn.gnome.org/viewvc/gvfs?rev=2039&view=rev

Log:
2008-10-02  Bastien Nocera  <hadess hadess net>

	* client/test-uri-utils.c: Add a few more test URIs



Modified:
   trunk/ChangeLog
   trunk/client/test-uri-utils.c

Modified: trunk/client/test-uri-utils.c
==============================================================================
--- trunk/client/test-uri-utils.c	(original)
+++ trunk/client/test-uri-utils.c	Thu Oct  2 13:33:23 2008
@@ -17,6 +17,8 @@
 	{ "obex://[00:FF:FF:FF:FF:FF]/MMC/foo.jpg", "[00:FF:FF:FF:FF:FF]", -1 },
 	{ "obex://[00:FF:FF:FF:FF:FF]/C:", "[00:FF:FF:FF:FF:FF]", -1 },
 	{ "http://windows-host:8080/C:/";, "windows-host", 8080 },
+	{ "smb://user:password 192 192 192 192/foobar", "192.192.192.192", -1 },
+	{ "https://d134w4tst3t.s3.amazonaws.com/a?Signature=6VJ9%2BAdPVZ4Z7NnPShRvtDsLofc%3D&Expires=1249330377&AWSAccessKeyId=0EYZF4DV8A7WM0H73602";, "d134w4tst3t.s3.amazonaws.com", -1 },
 };
 
 int main (int argc, char **argv)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]