Searched refs:modifyvalue (Results 1 – 2 of 2) sorted by relevance
762 std::string modifyvalue = g_modifyData[i][1]; variable763 ASSERT_TRUE(metadata.SetValue(key, modifyvalue));794 std::string modifyvalue = g_dirtData[i][1]; variable795 ASSERT_NE(metadata.SetValue(key, modifyvalue), true);1103 std::string modifyvalue = g_batchData006[i][1]; variable1104 auto iv = ExifMetadatFormatter::Validate(key, modifyvalue);1108 auto isSetValueSuccess = metadata.SetValue(key, modifyvalue);1244 std::string modifyvalue = g_error[i][1]; variable1245 auto iv = ExifMetadatFormatter::Validate(key, modifyvalue);1554 std::string modifyvalue = g_batchData008[i][1]; variable[all …]
579 modifyvalue = self.test.get_attribute(('id', 'value'),581 assert modifyvalue == '3'