summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-06-18 19:53:35 +0200
committerhut <hut@lepus.uberspace.de>2016-06-18 19:53:35 +0200
commit9248f5d81088387f1705b12e5e739bd7ec01c9a8 (patch)
treeba8772c4c4fb23f0e4e6701f6da0f30208489c03 /tests
parentab41c7766ced3f1b8f6b4ed317f0db4e0d71b897 (diff)
parentdded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (diff)
downloadranger-9248f5d81088387f1705b12e5e739bd7ec01c9a8.tar.gz
Merge branch 'E301' of https://github.com/stepshal/ranger
Diffstat (limited to 'tests')
-rw-r--r--tests/ranger/container/test_bookmarks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ranger/container/test_bookmarks.py b/tests/ranger/container/test_bookmarks.py
index 88791953..cfaf3ba1 100644
--- a/tests/ranger/container/test_bookmarks.py
+++ b/tests/ranger/container/test_bookmarks.py
@@ -37,8 +37,10 @@ def testbookmarks(tmpdir):
 
     # We don't uneccesary update when the file on disk does not change
     origupdate = secondstore.update
+    
     class OutOfDateException(Exception):
         pass
+    
     def crash():
         raise OutOfDateException("Don't access me")
     secondstore.update = crash
oid'>b27c5d0f ^
9b55f2de ^
a4cadf78 ^
71577c1f ^
81190251 ^

a2726b6a ^

71577c1f ^
3bb1f124 ^
7db1bcee ^
d56f6dc3 ^
5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^

a2726b6a ^

447d2358 ^



a2726b6a ^

447d2358 ^



a2726b6a ^

447d2358 ^



a2726b6a ^

447d2358 ^
a2726b6a ^
49661625 ^
a2726b6a ^

447d2358 ^
3bb1f124 ^
88f423af ^
7db1bcee ^

00a475cf ^
8db2389d ^


7db1bcee ^
e571ccd8 ^
5c65599e ^
81190251 ^
3e3786eb ^
71577c1f ^

a2726b6a ^

447d2358 ^
a2726b6a ^
447d2358 ^
3bb1f124 ^
00a475cf ^
8db2389d ^


7db1bcee ^
e571ccd8 ^





a2726b6a ^

e571ccd8 ^
a2726b6a ^
a4cadf78 ^
a2726b6a ^

e571ccd8 ^





8db2389d ^


e571ccd8 ^

5c65599e ^
81190251 ^
447d2358 ^
447d2358 ^
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109