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

Unified Diff: tests/test_site/settings.ini

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Addressed initial comments Created Sept. 25, 2018, 12:24 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/test_site/settings.ini
diff --git a/tests/test_site/settings.ini b/tests/test_site/settings.ini
index 08f425c88e8a3b1327bba0d694ae595b1982caa1..130c34241e5c5b6925bdbe4766bfa96cc7ae800e 100644
--- a/tests/test_site/settings.ini
+++ b/tests/test_site/settings.ini
@@ -1,6 +1,6 @@
[general]
-defaultlocale = en
-defaultpage = filter
+defaultlocale = en
+defaultpage = filter
crowdin-project-name = test
siteurl = https://acme.com
@@ -13,3 +13,5 @@ translate-tmpl = translate
translate-include = translate
translate-template = translate
translate-partial = translate
+
+[XTM]
Vasily Kuznetsov 2018/09/26 15:45:26 Do we need this section here, if it's empty anyway
Tudor Avram 2018/10/04 06:48:12 Actually, yes, I need it here to run the tests. Be
Vasily Kuznetsov 2018/10/05 10:56:25 Acknowledged.

Powered by Google App Engine
This is Rietveld