From 1be31659e7e92c0fdc32e629d059d2aed5fe3a63 Mon Sep 17 00:00:00 2001 From: Rafael Cavazin <rafaelcavazin@gmail.com> Date: Sun, 21 Jul 2013 11:12:11 -0400 Subject: [PATCH] Translation of lastest Strings up-do-date. Tradução das últimas Strings até a data atual. --- src/test/java/com/gitblit/tests/PushLogTest.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/com/gitblit/tests/PushLogTest.java b/src/test/java/com/gitblit/tests/PushLogTest.java index 0f46b53..f5d5965 100644 --- a/src/test/java/com/gitblit/tests/PushLogTest.java +++ b/src/test/java/com/gitblit/tests/PushLogTest.java @@ -25,8 +25,8 @@ import org.eclipse.jgit.util.FS; import org.junit.Test; -import com.gitblit.models.PushLogEntry; -import com.gitblit.utils.PushLogUtils; +import com.gitblit.models.RefLogEntry; +import com.gitblit.utils.RefLogUtils; public class PushLogTest { @@ -35,7 +35,7 @@ String name = "~james/helloworld.git"; File gitDir = FileKey.resolve(new File(GitBlitSuite.REPOSITORIES, name), FS.DETECTED); Repository repository = new FileRepositoryBuilder().setGitDir(gitDir).build(); - List<PushLogEntry> pushes = PushLogUtils.getPushLog(name, repository); + List<RefLogEntry> pushes = RefLogUtils.getRefLog(name, repository); GitBlitSuite.close(repository); } } \ No newline at end of file -- Gitblit v1.9.1