Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d5e4666e
Commit
d5e4666e
authored
Apr 13, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Apr 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Do not depend on user security settings in sec_mgr tests.
parent
43e89cb9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
sec_mgr.c
dlls/urlmon/tests/sec_mgr.c
+14
-14
No files found.
dlls/urlmon/tests/sec_mgr.c
View file @
d5e4666e
/*
* Copyright 2005-2006 Jacek Caban for CodeWeavers
* Copyright 2009 Detlef Riekenberg
* Copyright 2009
-2010
Detlef Riekenberg
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -41,15 +41,14 @@ static const WCHAR url2[] = {'i','n','d','e','x','.','h','t','m',0};
static
const
WCHAR
url3
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
'/'
,
'/'
,
'c'
,
':'
,
'\\'
,
'I'
,
'n'
,
'd'
,
'e'
,
'x'
,
'.'
,
'h'
,
't'
,
'm'
,
0
};
static
const
WCHAR
url4
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
's'
,
'o'
,
'm'
,
'e'
,
'%'
,
'2'
,
'0'
,
'f'
,
'i'
,
'l'
,
'e'
,
'%'
,
'2'
,
'e'
,
'j'
,
'p'
,
'g'
,
0
};
static
const
WCHAR
url5
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'w'
,
'w'
,
'w'
,
'.'
,
'
w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q
'
,
'.'
,
'
o'
,
'r'
,
'g
'
,
0
};
static
const
WCHAR
url5
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'w'
,
'w'
,
'w'
,
'.'
,
'
z'
,
'o'
,
'n'
,
'e'
,
'3
'
,
'.'
,
'
w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't
'
,
0
};
static
const
WCHAR
url6
[]
=
{
'a'
,
'b'
,
'o'
,
'u'
,
't'
,
':'
,
'b'
,
'l'
,
'a'
,
'n'
,
'k'
,
0
};
static
const
WCHAR
url7
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'
w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/
'
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
't'
,
'e'
,
's'
,
't'
,
0
};
static
const
WCHAR
url7
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'
z'
,
'o'
,
'n'
,
'e'
,
'3
'
,
'
.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
'/'
,
'
f'
,
'i'
,
'l'
,
'e'
,
'.'
,
't'
,
'e'
,
's'
,
't'
,
0
};
static
const
WCHAR
url8
[]
=
{
't'
,
'e'
,
's'
,
't'
,
':'
,
'1'
,
'2'
,
'3'
,
'a'
,
'b'
,
'c'
,
0
};
static
const
WCHAR
url9
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'w'
,
'w'
,
'w'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
'/'
,
's'
,
'i'
,
't'
,
'e'
,
'/'
,
'a'
,
'b'
,
'o'
,
'u'
,
't'
,
0
};
static
const
WCHAR
url9
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'/'
,
'/'
,
'w'
,
'w'
,
'w'
,
'.'
,
'z'
,
'o'
,
'n'
,
'e'
,
'3'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
'/'
,
's'
,
'i'
,
't'
,
'e'
,
'/'
,
'a'
,
'b'
,
'o'
,
'u'
,
't'
,
0
};
static
const
WCHAR
url10
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
'/'
,
'/'
,
's'
,
'o'
,
'm'
,
'e'
,
'%'
,
'2'
,
'0'
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'j'
,
'p'
,
'g'
,
0
};
...
...
@@ -58,11 +57,11 @@ static const WCHAR url4e[] = {'f','i','l','e',':','s','o','m','e',' ','f','i','l
static
const
BYTE
secid1
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
0
,
0
,
0
,
0
};
static
const
BYTE
secid5
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'w'
,
'w'
,
'w'
,
'.'
,
'
w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q
'
,
'.'
,
'o'
,
'r'
,
'g
'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid5
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'w'
,
'w'
,
'w'
,
'.'
,
'
z'
,
'o'
,
'n'
,
'e'
,
'3
'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't
'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid6
[]
=
{
'a'
,
'b'
,
'o'
,
'u'
,
't'
,
':'
,
'b'
,
'l'
,
'a'
,
'n'
,
'k'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid7
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'
w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g
'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid7
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'
z'
,
'o'
,
'n'
,
'e'
,
'3
'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid10
[]
=
{
'f'
,
'i'
,
'l'
,
'e'
,
':'
,
's'
,
'o'
,
'm'
,
'e'
,
'%'
,
'2'
,
'0'
,
'f'
,
'i'
,
'l'
,
'e'
,
'.'
,
'j'
,
'p'
,
'g'
,
3
,
0
,
0
,
0
};
static
const
BYTE
secid10_2
[]
=
...
...
@@ -641,8 +640,9 @@ static void test_InternetSecurityMarshalling(void)
static
void
test_InternetGetSecurityUrl
(
void
)
{
const
WCHAR
url5_out
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'w'
,
'w'
,
'w'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
0
};
const
WCHAR
url7_out
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'w'
,
'i'
,
'n'
,
'e'
,
'h'
,
'q'
,
'.'
,
'o'
,
'r'
,
'g'
,
0
};
const
WCHAR
url5_out
[]
=
{
'h'
,
't'
,
't'
,
'p'
,
':'
,
'w'
,
'w'
,
'w'
,
'.'
,
'z'
,
'o'
,
'n'
,
'e'
,
'3'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
0
};
const
WCHAR
url7_out
[]
=
{
'f'
,
't'
,
'p'
,
':'
,
'z'
,
'o'
,
'n'
,
'e'
,
'3'
,
'.'
,
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
0
};
const
WCHAR
*
in
[]
=
{
url2
,
url3
,
url4
,
url5
,
url7
,
url8
,
url9
,
url10
};
const
WCHAR
*
out_default
[]
=
{
url2
,
url3
,
url4
,
url5_out
,
url7_out
,
url8
,
url5_out
,
url10
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment