forked from qt-creator/qt-creator
Add FileTransfer test
Change-Id: I0e71a20823bd50e73f1b642c5183a3626d993e35 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -50,12 +50,15 @@ private slots:
|
||||
void testDirStatus();
|
||||
void testBytesAvailable();
|
||||
void testFileActions();
|
||||
void testFileTransfer_data();
|
||||
void testFileTransfer();
|
||||
|
||||
void cleanupTestCase();
|
||||
|
||||
private:
|
||||
TestLinuxDeviceFactory m_testLinuxDeviceFactory;
|
||||
bool m_skippedAtWhole = false;
|
||||
ProjectExplorer::IDeviceConstPtr m_device;
|
||||
};
|
||||
|
||||
} // Internal
|
||||
|
||||
Reference in New Issue
Block a user