summaryrefslogtreecommitdiffstats
path: root/tests/fixtures
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2021-09-30 14:24:26 -0700
committerRaman Tenneti <rtenneti@google.com>2021-09-30 21:45:09 +0000
commita0f6006ae7613ba08480bfccac300ea7c7de9af4 (patch)
tree8dc46413fd57852a3c730e605188109839060547 /tests/fixtures
parent2ddbf8a8bf240affd0ab03d411fc25697cd79ec5 (diff)
downloadgit-repo-a0f6006ae7613ba08480bfccac300ea7c7de9af4.tar.gz
git_config: Fixed test.gitconfig getting updated when running tests.v2.17
Moved test_GetSyncAnalysisStateData to GitConfigReadWriteTests class. Deleted [repo "syncstate*..] data from tests/fixtures/test.gitconfig. Tested: ./run_tests ... tests/test_git_config.py::GitConfigReadWriteTests::test_GetSyncAnalysisStateData PASSED [ 84%] ... Bug: https://crbug.com/gerrit/15103 Change-Id: I8cb89ce10b025994a045106c9c66dd243ae8ba50 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/319557 Tested-by: Raman Tenneti <rtenneti@google.com> Reviewed-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/test.gitconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/fixtures/test.gitconfig b/tests/fixtures/test.gitconfig
index b178cf60..9b3f2574 100644
--- a/tests/fixtures/test.gitconfig
+++ b/tests/fixtures/test.gitconfig
@@ -11,13 +11,3 @@
11 intk = 10k 11 intk = 10k
12 intm = 10m 12 intm = 10m
13 intg = 10g 13 intg = 10g
14[repo "syncstate.main"]
15 synctime = 2021-09-14T17:23:43.537338Z
16 version = 1
17[repo "syncstate.sys"]
18 argv = ['/usr/bin/pytest-3']
19[repo "syncstate.superproject"]
20 test = false
21[repo "syncstate.options"]
22 verbose = true
23 mpupdate = false