]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2386] Check that numbers (delimited by whitespace) are parsed correctly too
authorMukund Sivaraman <muks@isc.org>
Thu, 21 Feb 2013 18:19:52 +0000 (23:49 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 21 Feb 2013 18:19:52 +0000 (23:49 +0530)
src/lib/dns/tests/rdata_ds_like_unittest.cc

index 32d782a9d7bb0f485a3cf8fc90ee6b04e920b879..e7d11e5f179dcbd0b30d171081ca0075873cf2f4 100644 (file)
@@ -66,7 +66,7 @@ TYPED_TEST(Rdata_DS_LIKE_Test, createFromText) {
     // spaces. See RFC4034 section 5.3.
     EXPECT_EQ(0, this->rdata_ds_like.compare(
         TypeParam("12892 5 2 F1E184C0E1D615D20EB3C223ACED3B03C773DD952D5F0EB5"
-                  "C777 586DE18  \t DA6B5")));
+                  "C777 58 6DE18  \t DA6B5")));
 }
 
 TYPED_TEST(Rdata_DS_LIKE_Test, toText_DS_LIKE) {