80 |
|
except lcompare.error as e: |
81 |
|
self.fail(('call_one_text ') +str(e)) |
82 |
|
|
83 |
< |
def xtest_lc_split_headers(self): |
83 |
> |
def test_lc_split_headers(self): |
84 |
|
htxt = '''example.hdr: |
85 |
|
Xim format conversion by: |
86 |
|
FORMAT=32-bit_rle_rgbe |
111 |
|
except lcompare.error as e: |
112 |
|
self.fail(('call_one_text ') +str(e)) |
113 |
|
|
114 |
< |
def xtest_lc_split_radfile(self): |
114 |
> |
def test_lc_split_radfile(self): |
115 |
|
df = ts.datafile('window_src.rad') |
116 |
|
exp = ([['#'], |
117 |
|
['#', 'A', 'plain', 'old', 'glass', 'window'], |
127 |
|
print(resl, exp) |
128 |
|
self.fail(('call_one_text n=%d -- ' % n) +str(e)) |
129 |
|
|
130 |
< |
def xtest_lc_split_rad(self): |
130 |
> |
def test_lc_split_rad(self): |
131 |
|
df = ts.datafile('window_src.rad') |
132 |
|
exp = ([['#'], |
133 |
|
['#', 'A', 'plain', 'old', 'glass', 'window'], |