/[fenfire]/fenfire/org/fenfire/test/test.py
ViewVC logotype

Diff of /fenfire/org/fenfire/test/test.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by benja, Tue Apr 22 12:12:56 2003 UTC revision 1.10 by benja, Tue Apr 22 13:09:09 2003 UTC
# Line 174  def startGraphicsAPI(dirs): Line 174  def startGraphicsAPI(dirs):
174              if exceptions:              if exceptions:
175                  print "Java stack traces:"                  print "Java stack traces:"
176                  for name, exc in exceptions:                  for name, exc in exceptions:
177                      print 75 * '-'                      if hasattr(exc['exception'][1], 'printStackTrace'):
178                      print name                          print 75 * '-'
179                      exc['exception'][1].printStackTrace()                          print name
180                            exc['exception'][1].printStackTrace()
181                            
182                  print 75 * '-'                  print 75 * '-'
183                  print                  print

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26