summary refs log tree commit diff stats
path: root/test/tc_directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_directory.py')
-rw-r--r--test/tc_directory.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tc_directory.py b/test/tc_directory.py
index 69717ba2..f97f9913 100644
--- a/test/tc_directory.py
+++ b/test/tc_directory.py
@@ -1,7 +1,7 @@
 import unittest
 import sys, os
 sys.path.append('../code')
-import directory, fsobject, file
+import directory, fsobject, file, debug
 
 TESTDIR = os.path.realpath(os.path.join(os.path.dirname(sys.argv[0]), 'testdir'))
 TESTFILE = os.path.join(TESTDIR, 'testfile5234148')
@@ -30,6 +30,7 @@ class Test1(unittest.TestCase):
 		# Get the filenames you expect it to have and sort both before
 		# comparing. I don't expect any order after only loading the filenames.
 		assumed_filenames = os.listdir(TESTDIR)
+		assumed_filenames = list(map(lambda str: os.path.join(TESTDIR, str), assumed_filenames))
 		assumed_filenames.sort()
 		dir.filenames.sort()
 
gt; 2015-04-03 20:45:14 -0700 1014 - reorganize build system to prepare for .mu layers' href='/akkartik/mu/commit/cpp/makefile?h=hlt&id=6d943605ad7c5989716a3f9c05392f1394980a05'>6d943605 ^
01b2852b ^
6d943605 ^
88663269 ^
e45c1ce2 ^
5f128523 ^

72d7e2d0 ^
88663269 ^
2a2856bb ^


b31aaa21 ^
6ca059ef ^
634fcea0 ^
b31aaa21 ^
c49efefc ^
b31aaa21 ^
72d7e2d0 ^





56ce5577 ^



01b2852b ^
c8dd393c ^

75cbfa28 ^
c8dd393c ^

56ce5577 ^
c8dd393c ^
75cbfa28 ^
88663269 ^
56ce5577 ^
01b2852b ^
75cbfa28 ^

88663269 ^
201b2e6c ^
88663269 ^
6d943605 ^
01b2852b ^
5f128523 ^
97f69507 ^
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