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

Comparing ray/test/py_tests/test_lam.py (file contents):
Revision 1.1 by schorsch, Sun Dec 7 20:40:51 2003 UTC vs.
Revision 1.2 by schorsch, Thu Feb 10 16:36:54 2005 UTC

# Line 18 | Line 18 | class LamTestCase(unittest.TestCase):
18          def test_lam(self):
19                  dat_de = support.datafile('lam_de.dat')
20                  dat_en = support.datafile('lam_en.dat')
21 <                cmd = 'lam -t: "%s" "%s"' % (dat_de, dat_en)
21 >                cmd = 'rlam -t: "%s" "%s"' % (dat_de, dat_en)
22                  raw = os.popen(cmd).read()
23                  result = map(string.split,string.split(raw,'\n'))
24                  expect = [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines