Backup.
This commit is contained in:
parent
b305614fda
commit
9bf22417f5
|
@ -40,8 +40,5 @@ TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_SetSdCardStatus)
|
||||||
HalTestTool::MockSdCardInsert(mLinuxTest);
|
HalTestTool::MockSdCardInsert(mLinuxTest);
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||||
MainThread::GetInstance()->Runing();
|
MainThread::GetInstance()->Runing();
|
||||||
// printf("helle world\n");
|
|
||||||
// LogInfo("helle world\n");
|
|
||||||
//
|
|
||||||
}
|
}
|
||||||
} // namespace AppManager_Mock_Test
|
} // namespace AppManager_Mock_Test
|
|
@ -24,8 +24,11 @@
|
||||||
#include <thread>
|
#include <thread>
|
||||||
namespace McuManager_Mock_Test
|
namespace McuManager_Mock_Test
|
||||||
{
|
{
|
||||||
// ../output_files/test/bin/HuntingCameraTest
|
/**
|
||||||
// --gtest_filter=HuntingCameraTest.INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing
|
* @brief Construct a new test f object
|
||||||
|
* ../output_files/test/bin/HuntingCameraTest
|
||||||
|
* --gtest_filter=HuntingCameraTest.INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing
|
||||||
|
*/
|
||||||
TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing)
|
TEST_F(HuntingCameraTest, INTEGRATION_HunttingCamera_EXAMPLE_UartOpenSuccessButReadNothing)
|
||||||
{
|
{
|
||||||
// SetAllCamerasResult(mAllCamerasMock);
|
// SetAllCamerasResult(mAllCamerasMock);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user