Skip to content
Snippets Groups Projects
Commit 8f0891f0 authored by David Trattnig's avatar David Trattnig
Browse files

Renamed test dir.

parent 7ad944ba
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class FallbackManager: ...@@ -192,7 +192,7 @@ class FallbackManager:
if not file: if not file:
self.logger.critical("Got no file for station fallback! Playing default test track, to play anything at all.") self.logger.critical("Got no file for station fallback! Playing default test track, to play anything at all.")
file = "../../testing/content/ernie_mayne_sugar.mp3" file = "../../test/content/ernie_mayne_sugar.mp3"
media_type = "DEFAULT TRACK" media_type = "DEFAULT TRACK"
else: else:
file = "" file = ""
......
...@@ -380,11 +380,11 @@ class AuraScheduler(threading.Thread): ...@@ -380,11 +380,11 @@ class AuraScheduler(threading.Thread):
self.logger.critical(str(self.get_active_entry(0))) self.logger.critical(str(self.get_active_entry(0)))
if playlistname == "station": if playlistname == "station":
file = "/home/david/Code/aura/engine2/testing/content/ernie_mayne_sugar.mp3" file = "/home/david/Code/aura/engine2/test/content/ernie_mayne_sugar.mp3"
elif playlistname == "timeslot": elif playlistname == "timeslot":
file = "/home/david/Code/aura/engine2/testing/content/ernie_mayne_sugar.mp3" file = "/home/david/Code/aura/engine2/test/content/ernie_mayne_sugar.mp3"
elif playlistname == "show": elif playlistname == "show":
file = "/home/david/Code/aura/engine2/testing/content/ernie_mayne_sugar.mp3" file = "/home/david/Code/aura/engine2/test/content/ernie_mayne_sugar.mp3"
else: else:
file = "" file = ""
self.logger.critical("Should set next fallback file for " + playlistname + ", but this playlist is unknown!") self.logger.critical("Should set next fallback file for " + playlistname + ", but this playlist is unknown!")
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment