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
139b0ef3
Commit
139b0ef3
authored
Aug 22, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vbscript/tests: Fix tests on some Vista versions.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
59f1c98e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
api.vbs
dlls/vbscript/tests/api.vbs
+2
-2
No files found.
dlls/vbscript/tests/api.vbs
View file @
139b0ef3
...
...
@@ -1480,8 +1480,8 @@ sub testAscError()
call
Asc
()
Call
ok
(
Err
.
number
=
450
,
"Err.number = "
&
Err
.
number
)
call
Err
.
clear
()
call
Asc
(
Chr
(
260
))
Call
ok
(
Err
.
number
=
5
,
"
Err.number = "
&
Err
.
number
)
call
Asc
(
Chr
(
260
))
' some versions of vista allow it
Call
ok
(
Err
.
number
=
5
or
Err
.
number
=
0
,
"asc4
Err.number = "
&
Err
.
number
)
call
Err
.
clear
()
call
Asc
(
""
)
Call
ok
(
Err
.
number
=
5
,
"Err.number = "
&
Err
.
number
)
...
...
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