[gitg] Fix diff-view test
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Fix diff-view test
- Date: Fri, 1 Mar 2013 12:10:49 +0000 (UTC)
commit 0d9ed25643598e75edeb42db1fcac7110100f75f
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Fri Mar 1 12:54:12 2013 +0100
Fix diff-view test
tests/diff-view.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/diff-view.vala b/tests/diff-view.vala
index 399875a..8ccc18a 100644
--- a/tests/diff-view.vala
+++ b/tests/diff-view.vala
@@ -67,13 +67,13 @@ class TestDiffView
return 1;
}
- Ggit.Commit commit;
+ Gitg.Commit commit;
if (args.length > 2)
{
try
{
- commit = repo.revparse(args[2]) as Ggit.Commit;
+ commit = repo.revparse(args[2]) as Gitg.Commit;
}
catch
{
@@ -86,7 +86,7 @@ class TestDiffView
try
{
var head = repo.get_head();
- commit = head.lookup() as Ggit.Commit;
+ commit = head.lookup() as Gitg.Commit;
}
catch
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]