Updated new volumes test.

This commit is contained in:
David Williams
2012-12-02 14:02:50 +01:00
parent 597b28d271
commit c37997bfe2
3 changed files with 12 additions and 10 deletions

View File

@ -31,9 +31,9 @@ class TestVolume: public QObject
Q_OBJECT
private slots:
void testLarge();
void testRaw();
void testSimple();
void testLargeVolume();
void testRawVolume();
void testSimpleVolume();
};
#endif