summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDavid Barr <david.barr@cordelta.com>2010-12-13 10:17:36 (GMT)
committerJonathan Nieder <jrnieder@gmail.com>2011-03-22 23:32:58 (GMT)
commit28c5d9ed2a2bc562bc8c50092f52f58b3aa08039 (patch)
treeb997155b67095b169c91ddbb69561c9996b05a22 /t
parent030879718f696b67fe1c958ab0a238971773ac96 (diff)
downloadgit-28c5d9ed2a2bc562bc8c50092f52f58b3aa08039.zip
git-28c5d9ed2a2bc562bc8c50092f52f58b3aa08039.tar.gz
git-28c5d9ed2a2bc562bc8c50092f52f58b3aa08039.tar.bz2
vcs-svn: drop string_pool
This reverts commit 1d73b52f5ba4184de6acf474f14668001304a10c (Add string-specific memory pool, 2010-08-09). Now that svn-fe does not need to maintain a growing collection of strings (paths) over a long period of time, the string_pool is not needed. Signed-off-by: David Barr <david.barr@cordelta.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t0080-vcs-svn.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/t/t0080-vcs-svn.sh b/t/t0080-vcs-svn.sh
index 99a314b..ce02c58 100755
--- a/t/t0080-vcs-svn.sh
+++ b/t/t0080-vcs-svn.sh
@@ -76,22 +76,6 @@ test_expect_success 'obj pool: high-water mark' '
test_cmp expected actual
'
-test_expect_success 'string pool' '
- echo a does not equal b >expected.differ &&
- echo a equals a >expected.match &&
- echo equals equals equals >expected.matchmore &&
-
- test-string-pool "a,--b" >actual.differ &&
- test-string-pool "a,a" >actual.match &&
- test-string-pool "equals-equals" >actual.matchmore &&
- test_must_fail test-string-pool a,a,a &&
- test_must_fail test-string-pool a &&
-
- test_cmp expected.differ actual.differ &&
- test_cmp expected.match actual.match &&
- test_cmp expected.matchmore actual.matchmore
-'
-
test_expect_success 'treap sort' '
cat <<-\EOF >unsorted &&
68