From 1b88b5706ea58ff61d88b7f24e548a72676e7b42 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 20 Dec 2015 22:50:03 +0000 Subject: Change console incoming message text to include "win" --- tests/functionaltests/test_message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functionaltests/test_message.c') diff --git a/tests/functionaltests/test_message.c b/tests/functionaltests/test_message.c index 0957b309..bff89e7d 100644 --- a/tests/functionaltests/test_message.c +++ b/tests/functionaltests/test_message.c @@ -38,5 +38,5 @@ message_receive(void **state) "" ); - assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (2)")); + assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (win 2)")); } -- cgit 1.4.1-2-gfad0 ption value='ae4058add3c2002b90f171a1ace40bf21118103e'>this commit Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/prototypes/browse/25-soft-newlines/file-state.mu
blob: 0047b2c0da6c600011024ca2d016302fd201fa52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44