summaryrefslogtreecommitdiff
path: root/tests/resources/config
diff options
context:
space:
mode:
authorBen Straub <ben@straubnet.net>2012-03-31 16:10:01 -0700
committerBen Straub <ben@straubnet.net>2012-03-31 16:10:01 -0700
commitfd29cd13b70b9a3a90ca605e2d1a633a08f1daf7 (patch)
treecfce1a9713e13e273c83a2ba3075fa28c2083fe7 /tests/resources/config
parent270303ca7ab82d7600b77b3f65d2d25ee6299af3 (diff)
downloadlibgit2-fd29cd13b70b9a3a90ca605e2d1a633a08f1daf7.tar.gz
Moved testing resources to clar, and removed old tests directory.
Removed the BUILD_CLAR CMake flag, and updated the readme.
Diffstat (limited to 'tests/resources/config')
-rw-r--r--tests/resources/config/.gitconfig3
-rw-r--r--tests/resources/config/config07
-rw-r--r--tests/resources/config/config15
-rw-r--r--tests/resources/config/config101
-rw-r--r--tests/resources/config/config113
-rw-r--r--tests/resources/config/config25
-rw-r--r--tests/resources/config/config33
-rw-r--r--tests/resources/config/config43
-rw-r--r--tests/resources/config/config59
-rw-r--r--tests/resources/config/config65
-rw-r--r--tests/resources/config/config75
-rw-r--r--tests/resources/config/config80
-rw-r--r--tests/resources/config/config99
13 files changed, 0 insertions, 58 deletions
diff --git a/tests/resources/config/.gitconfig b/tests/resources/config/.gitconfig
deleted file mode 100644
index fa72bddfc..000000000
--- a/tests/resources/config/.gitconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-[core]
- repositoryformatversion = 5
- something = 2 \ No newline at end of file
diff --git a/tests/resources/config/config0 b/tests/resources/config/config0
deleted file mode 100644
index 85235c501..000000000
--- a/tests/resources/config/config0
+++ /dev/null
@@ -1,7 +0,0 @@
-# This is a test
-; of different comments
-[core]
- repositoryformatversion = 0
- filemode = true
- bare = false
- logallrefupdates = true \ No newline at end of file
diff --git a/tests/resources/config/config1 b/tests/resources/config/config1
deleted file mode 100644
index 211dc9e7d..000000000
--- a/tests/resources/config/config1
+++ /dev/null
@@ -1,5 +0,0 @@
-# This one checks for case sensitivity
-[this "that"]
- other = true
-[this "That"]
- other = yes
diff --git a/tests/resources/config/config10 b/tests/resources/config/config10
deleted file mode 100644
index dde17911b..000000000
--- a/tests/resources/config/config10
+++ /dev/null
@@ -1 +0,0 @@
-[empty]
diff --git a/tests/resources/config/config11 b/tests/resources/config/config11
deleted file mode 100644
index 880c94589..000000000
--- a/tests/resources/config/config11
+++ /dev/null
@@ -1,3 +0,0 @@
-[remote "fancy"]
- url = git://github.com/libgit2/libgit2
- url = git://git.example.com/libgit2
diff --git a/tests/resources/config/config2 b/tests/resources/config/config2
deleted file mode 100644
index 60a389827..000000000
--- a/tests/resources/config/config2
+++ /dev/null
@@ -1,5 +0,0 @@
-; This one tests for multiline values
-[this "That"]
- and = one one one \
-two two \
-three three \ No newline at end of file
diff --git a/tests/resources/config/config3 b/tests/resources/config/config3
deleted file mode 100644
index 44a5e50ea..000000000
--- a/tests/resources/config/config3
+++ /dev/null
@@ -1,3 +0,0 @@
-# A [section.subsection] header is case-insensitive
-[section.SuBsection]
- var = hello
diff --git a/tests/resources/config/config4 b/tests/resources/config/config4
deleted file mode 100644
index 741fa0ffd..000000000
--- a/tests/resources/config/config4
+++ /dev/null
@@ -1,3 +0,0 @@
-# A variable name on its own is valid
-[some.section]
- variable
diff --git a/tests/resources/config/config5 b/tests/resources/config/config5
deleted file mode 100644
index 8ab60ccec..000000000
--- a/tests/resources/config/config5
+++ /dev/null
@@ -1,9 +0,0 @@
-# Test for number suffixes
-[number]
- simple = 1
- k = 1k
- kk = 1K
- m = 1m
- mm = 1M
- g = 1g
- gg = 1G
diff --git a/tests/resources/config/config6 b/tests/resources/config/config6
deleted file mode 100644
index 0f8f90ac9..000000000
--- a/tests/resources/config/config6
+++ /dev/null
@@ -1,5 +0,0 @@
-[valid "subsection"]
- something = true
-
-[something "else"]
- something = false
diff --git a/tests/resources/config/config7 b/tests/resources/config/config7
deleted file mode 100644
index 6af6fcf25..000000000
--- a/tests/resources/config/config7
+++ /dev/null
@@ -1,5 +0,0 @@
-[valid "subsection"]
- something = a
-; we don't allow anything after closing "
-[sec "subsec"x]
- bleh = blah
diff --git a/tests/resources/config/config8 b/tests/resources/config/config8
deleted file mode 100644
index e69de29bb..000000000
--- a/tests/resources/config/config8
+++ /dev/null
diff --git a/tests/resources/config/config9 b/tests/resources/config/config9
deleted file mode 100644
index fcaac424e..000000000
--- a/tests/resources/config/config9
+++ /dev/null
@@ -1,9 +0,0 @@
-[core]
- dummy2 = 42
- verylong = 1
- dummy = 1
-
-[remote "ab"]
- url = http://example.com/git/ab
-[remote "abba"]
- url = http://example.com/git/abba