forked from qt-creator/qt-creator
Git: Add auto tests for CloneWizardPage
Change-Id: I6b186731eba56a70ce799f17fdf538bb674a5439 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
1f1eb5e4ba
commit
c30856e657
@@ -54,6 +54,11 @@ protected:
|
||||
QString directoryFromRepository(const QString &r) const;
|
||||
QStringList branches(const QString &repository, int *current);
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
public:
|
||||
void testDirectoryFromRepository();
|
||||
#endif
|
||||
|
||||
private:
|
||||
CloneWizardPagePrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user