Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-tests
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frédéric Dalleau
apertis-tests
Commits
e6ff7140
Commit
e6ff7140
authored
9 years ago
by
Xavier Claessens
Committed by
Sjoerd Simons
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tracker: fix small typo
Reviewers: smcv, pwith Differential Revision:
https://phabricator.apertis.org/D396
parent
5e13cce5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tracker/automated/test-tracker.py
+2
-2
2 additions, 2 deletions
tracker/automated/test-tracker.py
with
2 additions
and
2 deletions
tracker/automated/test-tracker.py
+
2
−
2
View file @
e6ff7140
...
...
@@ -56,7 +56,7 @@ class TrackerTest(unittest.TestCase):
uri
=
'
file://%s/%s
'
%
(
self
.
homedir
,
filename
)
self
.
indexer
.
assert_not_indexed
(
uri
)
def
tracker_inital_tests
(
self
):
def
tracker_init
i
al_tests
(
self
):
playable_query
=
'
?urn bosch:playable true .
'
album_query
=
(
'
?urn nmm:musicAlbum ?album .
'
'
?album nmm:albumTitle
"
GNOME Audio
"
.
'
)
...
...
@@ -176,7 +176,7 @@ class TrackerTest(unittest.TestCase):
self
.
tracker_config_tests
()
self
.
tracker_journal_tests
()
self
.
indexer
.
start
()
self
.
tracker_inital_tests
()
self
.
tracker_init
i
al_tests
()
self
.
tracker_update_tests
()
self
.
tracker_grilo_tests
()
self
.
thumbnail_tests
()
...
...
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