Skip to content

Commit 4e6916c

Browse files
Copilotsshaw
andcommitted
Remove gitorious-related tests as service is defunct
Co-authored-by: sshaw <[email protected]>
1 parent e5b891a commit 4e6916c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

git-link-test.el

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@
184184
(should (equal "https://codeberg.org/user/repo/src/abc123/file.txt"
185185
(git-link-codeberg "https://codeberg.org" "user/repo" "file.txt" nil "abc123" nil nil))))
186186

187-
(ert-deftest git-link-gitorious ()
188-
"Test git-link-gitorious function."
189-
;; File link with commit and line number
190-
(should (equal "https://gitorious.org/user/repo/source/abc123:file.txt#L10"
191-
(git-link-gitorious "https://gitorious.org" "user/repo" "file.txt" "master" "abc123" 10 nil))))
192187

193188
(ert-deftest git-link-savannah ()
194189
"Test git-link-savannah function."
@@ -322,10 +317,7 @@
322317
(should (equal "https://codeberg.org/user/repo/commit/abc123"
323318
(git-link-commit-codeberg "https://codeberg.org" "user/repo" "abc123"))))
324319

325-
(ert-deftest git-link-commit-gitorious ()
326-
"Test git-link-commit-gitorious function."
327-
(should (equal "https://gitorious.org/user/repo/commit/abc123"
328-
(git-link-commit-gitorious "https://gitorious.org" "user/repo" "abc123"))))
320+
329321

330322
(ert-deftest git-link-commit-savannah ()
331323
"Test git-link-commit-savannah function."

0 commit comments

Comments
 (0)