Home
last modified time | relevance | path

Searched refs:wrongText (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dbase64_helper_test.cpp109 std::string wrongText = "abc"; variable
111 EXPECT_FALSE(Base64Helper::Decode(wrongText, result));
113 wrongText = "@bcd";
114 EXPECT_FALSE(Base64Helper::Decode(wrongText, result));
116 wrongText = "a@cd";
117 EXPECT_FALSE(Base64Helper::Decode(wrongText, result));
119 wrongText = "ab@d";
120 EXPECT_FALSE(Base64Helper::Decode(wrongText, result));
122 wrongText = "abc@";
123 EXPECT_FALSE(Base64Helper::Decode(wrongText, result));