// Verify that the DUID file has been created.
EXPECT_TRUE(fileExists(absolutePath(DUID_FILE_NAME)));
- // Verifiy getCurrentDuid() returns the value created.
+ // Verify getCurrentDuid() returns the value created.
DuidPtr current_duid = cfg.getCurrentDuid();
ASSERT_TRUE(current_duid);
EXPECT_EQ(*current_duid, *duid);
// Verify that the DUID file has been created.
EXPECT_TRUE(fileExists(absolutePath(DUID_FILE_NAME)));
- // Verifiy getCurrentDuid() returns the value created.
+ // Verify getCurrentDuid() returns the value created.
DuidPtr current_duid = cfg.getCurrentDuid();
ASSERT_TRUE(current_duid);
EXPECT_EQ(*current_duid, *duid);
// Verify that the DUID file has been created.
EXPECT_TRUE(fileExists(absolutePath(DUID_FILE_NAME)));
- // Verifiy getCurrentDuid() returns the value created.
+ // Verify getCurrentDuid() returns the value created.
DuidPtr current_duid = cfg.getCurrentDuid();
ASSERT_TRUE(current_duid);
EXPECT_EQ(*current_duid, *duid);
// DUID persistence is disabled so there should be no DUID file.
EXPECT_FALSE(fileExists(absolutePath(DUID_FILE_NAME)));
- // Verifiy getCurrentDuid() returns the value created.
+ // Verify getCurrentDuid() returns the value created.
DuidPtr current_duid = cfg.getCurrentDuid();
ASSERT_TRUE(current_duid);
EXPECT_EQ(*current_duid, *duid);