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
334c04ce
Commit
334c04ce
authored
14 years ago
by
Aaron Terrell (Enus)
Browse files
Options
Downloads
Patches
Plain Diff
standardizing a couple of stragler test 'suite' names as class name
parent
6bf5da66
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/newview/tests/lllogininstance_test.cpp
+1
-1
1 addition, 1 deletion
indra/newview/tests/lllogininstance_test.cpp
indra/viewer_components/login/tests/lllogin_test.cpp
+1
-1
1 addition, 1 deletion
indra/viewer_components/login/tests/lllogin_test.cpp
with
2 additions
and
2 deletions
indra/newview/tests/lllogininstance_test.cpp
+
1
−
1
View file @
334c04ce
...
@@ -314,7 +314,7 @@ namespace tut
...
@@ -314,7 +314,7 @@ namespace tut
typedef
test_group
<
lllogininstance_data
>
lllogininstance_group
;
typedef
test_group
<
lllogininstance_data
>
lllogininstance_group
;
typedef
lllogininstance_group
::
object
lllogininstance_object
;
typedef
lllogininstance_group
::
object
lllogininstance_object
;
lllogininstance_group
llsdmgr
(
"
lll
ogin
i
nstance"
);
lllogininstance_group
llsdmgr
(
"
LLL
ogin
I
nstance"
);
template
<
>
template
<
>
template
<
>
template
<
>
void
lllogininstance_object
::
test
<
1
>
()
void
lllogininstance_object
::
test
<
1
>
()
...
...
This diff is collapsed.
Click to expand it.
indra/viewer_components/login/tests/lllogin_test.cpp
+
1
−
1
View file @
334c04ce
...
@@ -226,7 +226,7 @@ namespace tut
...
@@ -226,7 +226,7 @@ namespace tut
typedef
test_group
<
llviewerlogin_data
>
llviewerlogin_group
;
typedef
test_group
<
llviewerlogin_data
>
llviewerlogin_group
;
typedef
llviewerlogin_group
::
object
llviewerlogin_object
;
typedef
llviewerlogin_group
::
object
llviewerlogin_object
;
llviewerlogin_group
llviewerlogingrp
(
"
llv
iewer
l
ogin"
);
llviewerlogin_group
llviewerlogingrp
(
"
LLV
iewer
L
ogin"
);
template
<
>
template
<
>
template
<
>
template
<
>
void
llviewerlogin_object
::
test
<
1
>
()
void
llviewerlogin_object
::
test
<
1
>
()
...
...
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