[gnome-logs/wip/test: 32/44] Update fake values in the mock journal
- From: Rashi Aswani <aswanirashi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs/wip/test: 32/44] Update fake values in the mock journal
- Date: Sun, 16 Aug 2015 20:50:03 +0000 (UTC)
commit 2724c29f399336b23c152fc20b76cbaa5d3ae359
Author: Rashi Aswani <aswanirashi19 gmail com>
Date: Wed Jul 8 03:38:36 2015 +0530
Update fake values in the mock journal
tests/gl-mock-journal.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/gl-mock-journal.c b/tests/gl-mock-journal.c
index 2f246c0..5010f46 100644
--- a/tests/gl-mock-journal.c
+++ b/tests/gl-mock-journal.c
@@ -130,16 +130,16 @@ gl_mock_journal_get_data (GlMockJournal *self,
return "This is a test";
if (strcmp(field,"PRIORITY")==0)
- return "Low";
+ return "3";
if(strcmp(field,"_COMM")==0)
- return "No idea";
+ return "dnf";
if(strcmp(field,"KERNEL_DEVICE")==0)
- return "Something";
+ return "c189:3
if(strcmp(field,"AUDIT_SESSION")==0)
- return "Session";
+ return "1";
if(strcmp(field,"TRANSPORT")==0)
return "Transport";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]