From e510ab3231400bbee4dfbb6baeca604a442dec0c Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 15 Jul 2007 13:50:45 +0000 Subject: [PATCH] Use generic file names instead of the ones I initially hard-coded, to make testing easier. git-svn-id: svn://jdgordon.mine.nu/mob@53 9862a28c-4e93-4879-ac26-10afcf840a8f --- testplugin.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testplugin.c b/testplugin.c index ae63d3a..7c50e80 100644 --- a/testplugin.c +++ b/testplugin.c @@ -45,11 +45,12 @@ struct plugin_api* rb; #endif int num_files = 5; -char *files[] = { "/070623 - David Vendetta.mp3", - "/africanism all stars feat the hard boys - hard (bob sinclair remix).mp3", - "/alan_braxe__kris_menace_-_lumberjack.mp3", - "/Ame - Rej (A Hundred Birds Remix).mp3", - "/Antena - Camino del Sol (Joakim Remix).mp3" }; +char *files[] = { + "/a.mp3", + "/b.mp3", + "/c.mp3", + "/d.mp3", + "/e.mp3" }; struct memory_handle { int id; /* A unique ID for the handle */ -- 2.11.4.GIT