ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/testcases/pyrad/test_lcompare.py
(Generate patch)

Comparing ray/test/testcases/pyrad/test_lcompare.py (file contents):
Revision 1.1 by schorsch, Wed Mar 30 18:09:00 2016 UTC vs.
Revision 1.2 by schorsch, Wed Mar 30 18:23:38 2016 UTC

# Line 80 | Line 80 | class LcompareTestCase(unittest.TestCase, ProcMixin):
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
# Line 111 | Line 111 | class LcompareTestCase(unittest.TestCase, ProcMixin):
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'],
# Line 127 | Line 127 | class LcompareTestCase(unittest.TestCase, ProcMixin):
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'],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines