Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: tests/PDFMetadataAttributeTest.cpp

Issue 1823753002: SkPDF: record milestone version in Producer string (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: include Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pdf/SkPDFMetadata.cpp ('k') | tools/milestone.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PDFMetadataAttributeTest.cpp
diff --git a/tests/PDFMetadataAttributeTest.cpp b/tests/PDFMetadataAttributeTest.cpp
index bfc2b41fa0152da17cb60f6ac3e653d608290c94..6a5aca76f73b5301cbcd8d2ff037f25b7b407e7e 100644
--- a/tests/PDFMetadataAttributeTest.cpp
+++ b/tests/PDFMetadataAttributeTest.cpp
@@ -34,7 +34,7 @@ DEF_TEST(SkPDF_MetadataAttribute, r) {
"/Subject (A3)",
"/Keywords (A4)",
"/Creator (A5)",
- "/Producer (Skia/PDF)",
+ "/Producer (Skia/PDF ",
"/CreationDate (D:",
"/ModDate (D:"
};
« no previous file with comments | « src/pdf/SkPDFMetadata.cpp ('k') | tools/milestone.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698