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

Comparing ray/test/py_tests/test_ttyimage.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 17 | Line 17 | class TtyimageTestCase(unittest.TestCase):
17                  os.environ['PATH'] = self.oldpath
18  
19          def test_ttyimage(self):
20 <                '''We just to point checks here'''
20 >                '''We just do a few spot checks here'''
21                  picfile = support.datafile('Earth128.pic')
22                  cmd = 'ttyimage "%s"' % picfile
23                  res0 = os.popen(cmd).read()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines