Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
a3d08c23
Commit
a3d08c23
authored
13 years ago
by
Richard Linden
Browse files
Options
Downloads
Patches
Plain Diff
fixed broken unit tests
parent
158ca59a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llui/tests/llurlentry_stub.cpp
+1
-1
1 addition, 1 deletion
indra/llui/tests/llurlentry_stub.cpp
indra/llui/tests/llurlmatch_test.cpp
+1
-1
1 addition, 1 deletion
indra/llui/tests/llurlmatch_test.cpp
with
2 additions
and
2 deletions
indra/llui/tests/llurlentry_stub.cpp
+
1
−
1
View file @
a3d08c23
...
@@ -113,7 +113,7 @@ namespace LLInitParam
...
@@ -113,7 +113,7 @@ namespace LLInitParam
mEnclosingBlockOffset
=
(
U16
)(
my_addr
-
block_addr
);
mEnclosingBlockOffset
=
(
U16
)(
my_addr
-
block_addr
);
}
}
void
B
aseBlock
::
addParam
(
BlockDescriptor
&
block_data
,
const
ParamDescriptorPtr
in_param
,
const
char
*
char_name
){}
void
B
lockDescriptor
::
addParam
(
const
ParamDescriptorPtr
in_param
,
const
char
*
char_name
){}
void
BaseBlock
::
addSynonym
(
Param
&
param
,
const
std
::
string
&
synonym
)
{}
void
BaseBlock
::
addSynonym
(
Param
&
param
,
const
std
::
string
&
synonym
)
{}
param_handle_t
BaseBlock
::
getHandleFromParam
(
const
Param
*
param
)
const
{
return
0
;}
param_handle_t
BaseBlock
::
getHandleFromParam
(
const
Param
*
param
)
const
{
return
0
;}
...
...
This diff is collapsed.
Click to expand it.
indra/llui/tests/llurlmatch_test.cpp
+
1
−
1
View file @
a3d08c23
...
@@ -74,7 +74,7 @@ namespace LLInitParam
...
@@ -74,7 +74,7 @@ namespace LLInitParam
S32
max_count
){}
S32
max_count
){}
ParamDescriptor
::~
ParamDescriptor
()
{}
ParamDescriptor
::~
ParamDescriptor
()
{}
void
B
aseBlock
::
addParam
(
BlockDescriptor
&
block_data
,
const
ParamDescriptorPtr
in_param
,
const
char
*
char_name
){}
void
B
lockDescriptor
::
addParam
(
const
ParamDescriptorPtr
in_param
,
const
char
*
char_name
){}
param_handle_t
BaseBlock
::
getHandleFromParam
(
const
Param
*
param
)
const
{
return
0
;}
param_handle_t
BaseBlock
::
getHandleFromParam
(
const
Param
*
param
)
const
{
return
0
;}
void
BaseBlock
::
addSynonym
(
Param
&
param
,
const
std
::
string
&
synonym
)
{}
void
BaseBlock
::
addSynonym
(
Param
&
param
,
const
std
::
string
&
synonym
)
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment