~neon/juk/master

« back to all changes in this revision

Viewing changes to tagguessertest.cpp

  • Committer: Frerich Raabe
  • Date: 2004-02-15 20:19:05 UTC
  • Revision ID: git-v1:9fb8b8674795e493f84faf98624a832c8302e3fd
- Accept "." in the album, artist and title fields

svn path=/trunk/kdemultimedia/juk/; revision=288290

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
            "Block Rockin' Beats", "Chemical Brothers", "01", QString::null, "Dig Your Own Hole");
95
95
    check( QDir::homeDirPath() + "/[01] Randy - Religion, religion.mp3",
96
96
            "Religion, Religion", "Randy", "01", QString::null, QString::null );
 
97
    check( QDir::homeDirPath() + "/(3) Mr. Doe - Punk.mp3",
 
98
            "Punk", "Mr. Doe", "3", QString::null, QString::null );
97
99
    cout << "All OK" << endl;
98
100
    return 0;
99
101
}