Initial import from SVN

This commit is contained in:
emeric
2014-03-09 10:58:52 +01:00
commit b6abce0c2f
440 changed files with 30862 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
Starting test!
Cannot create tables: Sqlite3: create table "genre" (
"id" integer primary key autoincrement,
"version" integer not null,
"name" text not null
)
: table "genre" already exists
Found 7751 tracks!
database: ./DatabaseTest.cpp:26: int main(): Assertion `0' failed.