Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/AppManifest.xml.expect

Issue 29368690: [buildtools] Issue 4578 - Make uap3:AppExtension.Id configurable for Microsoft Edge builds (Closed)
Patch Set: Created Dec. 16, 2016, 10:22 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« packagerEdge.py ('K') | « templates/edge/AppxManifest.xml.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/AppManifest.xml.expect
diff --git a/tests/AppManifest.xml.expect b/tests/AppManifest.xml.expect
index ee8757523c57951d66befc370d9082082cc03c76..b4084478a616e241804fc4913163c9d9464f57be 100644
--- a/tests/AppManifest.xml.expect
+++ b/tests/AppManifest.xml.expect
@@ -41,7 +41,7 @@
<Extensions>
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.edge.extension"
- Id="EdgeExtension"
+ Id="1.0"
Sebastian Noack 2016/12/16 11:20:11 I wonder whether we should extend the tests to cre
Sebastian Noack 2016/12/19 15:30:20 As discussed offline, the tests would be much less
Sebastian Noack 2016/12/19 17:19:52 Fine with me. I just got the impression, when we t
wspee 2016/12/21 14:15:51 The xml file is generated by rendering a template.
Sebastian Noack 2016/12/21 15:54:15 lxml can be installed using pip, and so also via t
PublicFolder="Extension"
DisplayName="Adblock Plus">
<uap3:Properties>
« packagerEdge.py ('K') | « templates/edge/AppxManifest.xml.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld