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

Unified Diff: tests/metadata.gecko

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Adding pytest-cov, adhering to comments Created Aug. 14, 2017, 2:19 p.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
Index: tests/metadata.gecko
diff --git a/tests/metadata.gecko b/tests/metadata.gecko
new file mode 100644
index 0000000000000000000000000000000000000000..26b4ab1c97083da79dc179bf1e0740e70625637d
--- /dev/null
+++ b/tests/metadata.gecko
@@ -0,0 +1,27 @@
+[general]
Sebastian Noack 2017/08/14 15:20:12 Support for legacy (non-web-ext) Gecko extensions
+id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
+basename=adblockplus
+version=2.9.1
+author=Wladimir Palant
+options=chrome://adblockplus/content/ui/settings.xul
+optionsType=2
+
+[contributors]
+1=Pety Pete
+6=Neil Armstrong
+additional=subs.xml //subscription/@author
+
+[homepage]
+default=http://adblockplus.org/
+de=http://adblockplus.org/de/
+en=http://adblockplus.org/en/
+
+[compat]
+firefox=51.0/*
+thunderbird=51.0/57.0
+
+[mapping]
+chrome/content/ui/firstRun.html = adblockplusui/firstRun.html
+
+[import_locales]
+chrome/locale/*/test.json = *

Powered by Google App Engine
This is Rietveld