From 5d5471c01765fac98ff59f71581bcf7c14adbe49 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 22 Aug 2022 19:53:54 +1000 Subject: [PATCH] remove already migrated test --- .../expected/repo/.git_keep/COMMIT_EDITMSG | 1 - .../expected/repo/.git_keep/FETCH_HEAD | 0 .../expected/repo/.git_keep/HEAD | 1 - .../expected/repo/.git_keep/config | 10 --------- .../expected/repo/.git_keep/description | 1 - .../expected/repo/.git_keep/index | Bin 145 -> 0 bytes .../expected/repo/.git_keep/info/exclude | 7 ------ .../expected/repo/.git_keep/logs/HEAD | 6 ------ .../repo/.git_keep/logs/refs/heads/four | 1 - .../repo/.git_keep/logs/refs/heads/master | 1 - .../repo/.git_keep/logs/refs/heads/one | 1 - .../repo/.git_keep/logs/refs/heads/three | 1 - .../repo/.git_keep/logs/refs/heads/two | 1 - .../b4/9fda1c7a9af6a4f0b6b07a2cb31aecb8c01a6c | Bin 55 -> 0 bytes .../e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 | Bin 15 -> 0 bytes .../f7/53f4dfc98d148a7e685c46c8d148bcac56707d | Bin 122 -> 0 bytes .../expected/repo/.git_keep/refs/heads/four | 1 - .../expected/repo/.git_keep/refs/heads/master | 1 - .../expected/repo/.git_keep/refs/heads/one | 1 - .../expected/repo/.git_keep/refs/heads/three | 1 - .../expected/repo/.git_keep/refs/heads/two | 1 - .../expected/repo/myfile.txt | 0 .../branchAutocomplete/recording.json | 1 - test/integration/branchAutocomplete/setup.sh | 20 ------------------ test/integration/branchAutocomplete/test.json | 1 - 25 files changed, 58 deletions(-) delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/COMMIT_EDITMSG delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/FETCH_HEAD delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/HEAD delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/config delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/description delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/index delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/info/exclude delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/HEAD delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/four delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/master delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/one delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/three delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/two delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/objects/b4/9fda1c7a9af6a4f0b6b07a2cb31aecb8c01a6c delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/objects/f7/53f4dfc98d148a7e685c46c8d148bcac56707d delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/four delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/master delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/one delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/three delete mode 100644 test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/two delete mode 100644 test/integration/branchAutocomplete/expected/repo/myfile.txt delete mode 100644 test/integration/branchAutocomplete/recording.json delete mode 100644 test/integration/branchAutocomplete/setup.sh delete mode 100644 test/integration/branchAutocomplete/test.json diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration/branchAutocomplete/expected/repo/.git_keep/COMMIT_EDITMSG deleted file mode 100644 index 802607664..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/COMMIT_EDITMSG +++ /dev/null @@ -1 +0,0 @@ -initial commit diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/FETCH_HEAD b/test/integration/branchAutocomplete/expected/repo/.git_keep/FETCH_HEAD deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/HEAD b/test/integration/branchAutocomplete/expected/repo/.git_keep/HEAD deleted file mode 100644 index 2e35f3118..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/HEAD +++ /dev/null @@ -1 +0,0 @@ -ref: refs/heads/three diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/config b/test/integration/branchAutocomplete/expected/repo/.git_keep/config deleted file mode 100644 index 8ae104545..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/config +++ /dev/null @@ -1,10 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true - ignorecase = true - precomposeunicode = true -[user] - email = CI@example.com - name = CI diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/description b/test/integration/branchAutocomplete/expected/repo/.git_keep/description deleted file mode 100644 index 498b267a8..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/description +++ /dev/null @@ -1 +0,0 @@ -Unnamed repository; edit this file 'description' to name the repository. diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/index b/test/integration/branchAutocomplete/expected/repo/.git_keep/index deleted file mode 100644 index 79e58d4f5c49991fb907b9489777cfc900a6efe8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 145 zcmZ?q402{*U|<4b#)RxG%b7G1Y+y7a0|N`2F8dk=hQ=j8>90UFB0$XWZ0@7kn=W2+ z_U_hPR~~ia(376vi40u1m1&tdsd^<9B_K5*5EA6-3Zx_%3>6Hxw#>gJQ#I?`k`LQ9 jROxJ%db8tzRL<*tC$?o@nmao@USD+{qnPky*0QGn3rsN` diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/info/exclude b/test/integration/branchAutocomplete/expected/repo/.git_keep/info/exclude deleted file mode 100644 index 8e9f2071f..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/info/exclude +++ /dev/null @@ -1,7 +0,0 @@ -# git ls-files --others --exclude-from=.git/info/exclude -# Lines that start with '#' are comments. -# For a project mostly in C, the following would be a good set of -# exclude patterns (uncomment them if you want to use them): -# *.[oa] -# *~ -.DS_Store diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/HEAD b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/HEAD deleted file mode 100644 index 8985b49b4..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/HEAD +++ /dev/null @@ -1,6 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 commit (initial): initial commit -f753f4dfc98d148a7e685c46c8d148bcac56707d f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 checkout: moving from master to one -f753f4dfc98d148a7e685c46c8d148bcac56707d f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 checkout: moving from one to two -f753f4dfc98d148a7e685c46c8d148bcac56707d f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 checkout: moving from two to three -f753f4dfc98d148a7e685c46c8d148bcac56707d f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 checkout: moving from three to four -f753f4dfc98d148a7e685c46c8d148bcac56707d f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671338 +1000 checkout: moving from four to three diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/four b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/four deleted file mode 100644 index f3e789f72..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/four +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 branch: Created from HEAD diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/master b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/master deleted file mode 100644 index 3781b31e4..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 commit (initial): initial commit diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/one b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/one deleted file mode 100644 index f3e789f72..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/one +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 branch: Created from HEAD diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/three b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/three deleted file mode 100644 index f3e789f72..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/three +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 branch: Created from HEAD diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/two b/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/two deleted file mode 100644 index f3e789f72..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/logs/refs/heads/two +++ /dev/null @@ -1 +0,0 @@ -0000000000000000000000000000000000000000 f753f4dfc98d148a7e685c46c8d148bcac56707d CI 1617671335 +1000 branch: Created from HEAD diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/objects/b4/9fda1c7a9af6a4f0b6b07a2cb31aecb8c01a6c b/test/integration/branchAutocomplete/expected/repo/.git_keep/objects/b4/9fda1c7a9af6a4f0b6b07a2cb31aecb8c01a6c deleted file mode 100644 index 9a968e4230e734fe1409931830e0b527e826abf7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55 zcmV-70LcG%0V^p=O;s?qU@$Z=Ff%bx$gNDv%t_TNsVHH1Huur&O&6~@dv|NDE04Ny N=t)oTL;!%W6Q@{R7l;4= diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 b/test/integration/branchAutocomplete/expected/repo/.git_keep/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 deleted file mode 100644 index 711223894375fe1186ac5bfffdc48fb1fa1e65cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15 WcmbITyc_h}w&=dvz#(OMorfntc{ ceGg|sM0e0*((F&&<#%qG7x;DV3-@&}qC*BcYybcN diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/four b/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/four deleted file mode 100644 index 7303bd10b..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/four +++ /dev/null @@ -1 +0,0 @@ -f753f4dfc98d148a7e685c46c8d148bcac56707d diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/master b/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/master deleted file mode 100644 index 7303bd10b..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/master +++ /dev/null @@ -1 +0,0 @@ -f753f4dfc98d148a7e685c46c8d148bcac56707d diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/one b/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/one deleted file mode 100644 index 7303bd10b..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/one +++ /dev/null @@ -1 +0,0 @@ -f753f4dfc98d148a7e685c46c8d148bcac56707d diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/three b/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/three deleted file mode 100644 index 7303bd10b..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/three +++ /dev/null @@ -1 +0,0 @@ -f753f4dfc98d148a7e685c46c8d148bcac56707d diff --git a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/two b/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/two deleted file mode 100644 index 7303bd10b..000000000 --- a/test/integration/branchAutocomplete/expected/repo/.git_keep/refs/heads/two +++ /dev/null @@ -1 +0,0 @@ -f753f4dfc98d148a7e685c46c8d148bcac56707d diff --git a/test/integration/branchAutocomplete/expected/repo/myfile.txt b/test/integration/branchAutocomplete/expected/repo/myfile.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/integration/branchAutocomplete/recording.json b/test/integration/branchAutocomplete/recording.json deleted file mode 100644 index 33c3d8123..000000000 --- a/test/integration/branchAutocomplete/recording.json +++ /dev/null @@ -1 +0,0 @@ -{"KeyEvents":[{"Timestamp":933,"Mod":0,"Key":259,"Ch":0},{"Timestamp":1524,"Mod":0,"Key":256,"Ch":99},{"Timestamp":2188,"Mod":0,"Key":256,"Ch":116},{"Timestamp":2364,"Mod":0,"Key":256,"Ch":104},{"Timestamp":2540,"Mod":0,"Key":256,"Ch":114},{"Timestamp":2851,"Mod":0,"Key":9,"Ch":9},{"Timestamp":3148,"Mod":0,"Key":13,"Ch":13},{"Timestamp":3964,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":272,"Height":74}]} \ No newline at end of file diff --git a/test/integration/branchAutocomplete/setup.sh b/test/integration/branchAutocomplete/setup.sh deleted file mode 100644 index 4c53f58a2..000000000 --- a/test/integration/branchAutocomplete/setup.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -set -e - -cd $1 - -git init - -git config user.email "CI@example.com" -git config user.name "CI" - -touch myfile.txt -git add . -git commit -m "initial commit" - -git checkout -b one -git checkout -b two -git checkout -b three -git checkout -b four - diff --git a/test/integration/branchAutocomplete/test.json b/test/integration/branchAutocomplete/test.json deleted file mode 100644 index 3e0d382e0..000000000 --- a/test/integration/branchAutocomplete/test.json +++ /dev/null @@ -1 +0,0 @@ -{ "description": "check out a branch using the autocomplete feature", "speed": 20 }