summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2009-03-01 17:01:29 +0000
committerBertrand Lorentz <blorentz@src.gnome.org>2009-03-01 17:01:29 +0000
commitfebdd65a63721195533c39f3f6162e51bb7c10d9 (patch)
treee69cb4ac317befb07a30e80e765820d12503deee /tests
parent839fa87b07dc34daf04ac15d56a8059f7dcc80b4 (diff)
Various fixes to the unit tests. There are still a few failures left, but
2009-03-01 Bertrand Lorentz <bertrand.lorentz@gmail.com> Various fixes to the unit tests. There are still a few failures left, but at least they don't seem to be caused by the test system itself. * src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp/Tests/MtpDapTests.cs: Remove a celebratory Console.WriteLine. * src/Core/Banshee.Services/Banshee.ServiceStack/Application.cs: Do not crash when there's no entry assembly. This happens when running the unit tests. * src/Libraries/Hyena/Hyena/Tests/TestBase.cs: Add a TestsDir property to help find the test data files. * src/Core/Banshee.Services/Banshee.Playlists.Formats/Tests/PlaylistFormatTests.cs: Use TestsDir and initialize the AddinManager. * src/Core/Banshee.Core/Banshee.Base/Tests/TaglibReadWriteTests.cs: Use TestsDir. * src/Libraries/Mono.Media/Media.Playlists.Xspf/Tests/XspfTests.cs: Fix the path to the test files. * tests/Mono.Media/xspf/complete.xml: Fix typo. * tests/Makefile.am: Add Mono.Media to the list of assemblies to test. svn path=/trunk/banshee/; revision=5088
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/Mono.Media/xspf/complete.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index da711b6d8..fe56eb285 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,7 @@ TEST_ASSEMBLIES = \
Hyena.dll \
Hyena.Gui.dll \
Migo.dll \
+ Mono.Media.dll \
Banshee.Core.dll \
Banshee.Services.dll \
Banshee.Dap.Mtp.dll
diff --git a/tests/Mono.Media/xspf/complete.xml b/tests/Mono.Media/xspf/complete.xml
index 3a819b970..341e72f1a 100644
--- a/tests/Mono.Media/xspf/complete.xml
+++ b/tests/Mono.Media/xspf/complete.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<playlist xml:based="http://abock.org/apples/kobbler/"
+<playlist xml:base="http://abock.org/apples/kobbler/"
version="1"
xmlns="http://xspf.org/ns/0/">
<title>Playlist Title</title>