File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ void ParameterManagerTest::_requestListMissingParamFail(void)
131131 QCOMPARE (vehicle->parameterManager ()->missingParameters (), true );
132132}
133133
134+ #if 0
134135void ParameterManagerTest::_FTPnoFailure()
135136{
136137 Q_ASSERT(!_mockLink);
@@ -172,7 +173,6 @@ void ParameterManagerTest::_FTPnoFailure()
172173 QCOMPARE(arguments.at(0).toFloat(), 0.0f);
173174}
174175
175- #if 0
176176void ParameterManagerTest::_FTPChangeParam()
177177{
178178 Q_ASSERT(!_mockLink);
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ private slots:
2121 void _requestListNoResponse (void );
2222 void _requestListMissingParamSuccess (void );
2323 void _requestListMissingParamFail (void );
24- void _FTPnoFailure (void );
24+ // void _FTPnoFailure(void);
2525 // void _FTPChangeParam(void);
2626
2727
You can’t perform that action at this time.
0 commit comments