Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
862c85ce
Commit
862c85ce
authored
Aug 14, 2015
by
Edward Hervey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check: Rename states unit test
Makes it easier to differentiate from other modules states unit test
parent
052d1c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/check/generic/states.c
tests/check/generic/states.c
+1
-1
No files found.
tests/check/generic/states.c
View file @
862c85ce
...
...
@@ -207,7 +207,7 @@ GST_END_TEST;
static
Suite
*
states_suite
(
void
)
{
Suite
*
s
=
suite_create
(
"states"
);
Suite
*
s
=
suite_create
(
"states
_base
"
);
TCase
*
tc_chain
=
tcase_create
(
"general"
);
suite_add_tcase
(
s
,
tc_chain
);
...
...
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