mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kcddb: update expected data of AsyncCDDBLookupTest::testLookup() test case
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
597a84c0ef
commit
0da430a5b7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ void AsyncCDDBLookupTest::testLookup()
|
|||
|
||||
// If revision doesn't match, test probably needs to be updated
|
||||
// See: http://www.freedb.org/freedb/jazz/a1107d0a for updated data
|
||||
QCOMPARE(m_info.get("revision").toInt(), 7);
|
||||
QCOMPARE(m_info.get("revision").toInt(), 8);
|
||||
|
||||
QCOMPARE(m_info.get(Artist).toString(),QString("Kruder & Dorfmeister"));
|
||||
QCOMPARE(m_info.get(Title).toString(),QString("The K&D Sessions (Part One)"));
|
||||
|
|
Loading…
Add table
Reference in a new issue