~ubuntu-branches/ubuntu/karmic/amarok/karmic

« back to all changes in this revision

Viewing changes to tests/meta/TestXSPFPlaylist.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-09-14 22:26:19 UTC
  • mfrom: (1.77.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914222619-0n6idfmw94y5z2ge
Tags: 2:2.1.85-0ubuntu1
* New upstream beta release
  - Fixes cover download (LP: #335578)
* Remove 05_fix_lyrics_script.diff, fixed upstream (LP: #409407) 
* Remove 04_gpod_compile.diff, fixed upstream
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 ***************************************************************************/
19
19
 
20
20
#include "TestXSPFPlaylist.h"
 
21
#include "meta/XSPFPlaylist.h"
21
22
 
22
23
#include <KStandardDirs>
23
24
 
 
25
#include <QtTest/QTest>
 
26
#include <QtCore/QDir>
 
27
#include <QtCore/QFile>
 
28
 
24
29
TestXSPFPlaylist::TestXSPFPlaylist( QStringList testArgumentList )
25
30
{
26
31
    testArgumentList.replace( 2, testArgumentList.at( 2 ) + "XSPFPlaylist.xml" );