From b938aeea1e892b9c95396ca0745ac2adb79ff78e Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 28 Feb 2012 17:22:40 -0500 Subject: [PATCH] Delete branch from index. Queue index update from the PostReceiveHook. --- tests/com/gitblit/tests/GitBlitSuite.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tests/com/gitblit/tests/GitBlitSuite.java b/tests/com/gitblit/tests/GitBlitSuite.java index 210a7da..bb55cfa 100644 --- a/tests/com/gitblit/tests/GitBlitSuite.java +++ b/tests/com/gitblit/tests/GitBlitSuite.java @@ -131,8 +131,6 @@ if (REPOSITORIES.exists() || REPOSITORIES.mkdirs()) { cloneOrFetch("helloworld.git", "https://github.com/git/hello-world.git"); cloneOrFetch("ticgit.git", "https://github.com/jeffWelling/ticgit.git"); - cloneOrFetch("test/bluez-gnome.git", - "https://git.kernel.org/pub/scm/bluetooth/bluez-gnome.git"); cloneOrFetch("test/jgit.git", "https://github.com/eclipse/jgit.git"); cloneOrFetch("test/helloworld.git", "https://github.com/git/hello-world.git"); cloneOrFetch("test/ambition.git", "https://github.com/defunkt/ambition.git"); -- Gitblit v1.9.1