[damned-lies] Refs #262 - Add commit test with non-ascii author name
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Refs #262 - Add commit test with non-ascii author name
- Date: Fri, 17 Sep 2021 08:24:44 +0000 (UTC)
commit 7648759630b9afd470c4d799d7565caa29b0c833
Author: Claude Paroz <claude 2xlibre net>
Date: Fri Sep 17 10:24:30 2021 +0200
Refs #262 - Add commit test with non-ascii author name
stats/tests/tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stats/tests/tests.py b/stats/tests/tests.py
index 0c0a56b1..aeceaebf 100644
--- a/stats/tests/tests.py
+++ b/stats/tests/tests.py
@@ -465,7 +465,7 @@ class ModuleTestCase(TestCase):
self.mod.save()
with PatchShellCommand(only=['git push', 'git fetch', 'git reset']) as cmds:
- commit_hash = branch.commit_po(po_file, domain, fr_lang, 'Author <someone example org>')
+ commit_hash = branch.commit_po(po_file, domain, fr_lang, 'Piotr Drąg <piotr example org>')
update_repo_sequence = (
'git checkout -f master', 'git fetch', 'git reset --hard origin/master',
'git clean -dfq', 'if [ -e .gitmodules ]; then git submodule update --init; fi',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]