diff options
| author | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
| commit | acfa9ffc64f56de42049bf5049810c15477729ed (patch) | |
| tree | 3bb84a7319fb209c00f656927c83965f03bd5329 /tests/misc/importanceHelperTest.cpp | |
| parent | Fixed typo for 'ac_cv_sizeof_long'. (diff) | |
| download | vmime-acfa9ffc64f56de42049bf5049810c15477729ed.tar.gz vmime-acfa9ffc64f56de42049bf5049810c15477729ed.zip | |
Refactored header field values and parameters.
Diffstat (limited to 'tests/misc/importanceHelperTest.cpp')
| -rw-r--r-- | tests/misc/importanceHelperTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/importanceHelperTest.cpp b/tests/misc/importanceHelperTest.cpp index 9c1ee670..60af1cde 100644 --- a/tests/misc/importanceHelperTest.cpp +++ b/tests/misc/importanceHelperTest.cpp @@ -78,10 +78,10 @@ VMIME_TEST_SUITE_BEGIN vmime::misc::importanceHelper::setImportanceHeader(hdr, i); VASSERT_NO_THROW("1", hdr->findField("Importance")); - VASSERT_EQ("2", ImportanceValue, hdr->findField("Importance")->getValue().generate()); + VASSERT_EQ("2", ImportanceValue, hdr->findField("Importance")->getValue()->generate()); VASSERT_NO_THROW("3", hdr->findField("X-Priority")); - VASSERT_EQ("4", XPriorityValue, hdr->findField("X-Priority")->getValue().generate()); + VASSERT_EQ("4", XPriorityValue, hdr->findField("X-Priority")->getValue()->generate()); } void testSetImportance1() |
