[virt-tools-list] [virt-manager] [PATCH] tests: uriparse: Test for @ symbol in username

2018-04-17 Thread Radostin Stoyanov
Add test case for URI that contains the @ symbol in username. Signed-off-by: Radostin Stoyanov --- tests/uriparse.py | 4 1 file changed, 4 insertions(+) diff --git a/tests/uriparse.py b/tests/uriparse.py index 5f733820..e2e713e7 100644 --- a/tests/uriparse.py +++ b/tests/uriparse.py @@ -4

Re: [virt-tools-list] [virt-manager] [PATCH] tests: uriparse: Test for @ symbol in username

2018-04-18 Thread Cedric Bosdonnat
On Wed, 2018-04-18 at 07:31 +0100, Radostin Stoyanov wrote: > Add test case for URI that contains the @ symbol in username. > > Signed-off-by: Radostin Stoyanov > --- > tests/uriparse.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/tests/uriparse.py b/tests/uriparse.py > index 5

Re: [virt-tools-list] [virt-manager] [PATCH] tests: uriparse: Test for @ symbol in username

2018-04-24 Thread Cole Robinson
On 04/18/2018 02:31 AM, Radostin Stoyanov wrote: > Add test case for URI that contains the @ symbol in username. > > Signed-off-by: Radostin Stoyanov > --- > tests/uriparse.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/tests/uriparse.py b/tests/uriparse.py > index 5f733820..e2