[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python exception (pop from empty list) in basic_tests.py

From: Sergey A. Lipnevich <sergey_at_optimaltec.com>
Date: 2003-08-02 08:04:29 CEST

Hi!

Could somebody please help me with this?

UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "./svntest/testcase.py", line 87, in run
    rc = apply(self.pred.func, args)
  File "./basic_tests.py", line 54, in basic_checkout
    sbox.build()
  File "./svntest/main.py", line 398, in build
    if actions.make_repo_and_wc(self):
  File "./svntest/actions.py", line 632, in make_repo_and_wc
    guarantee_greek_repository(sbox.repo_dir)
  File "./svntest/actions.py", line 90, in guarantee_greek_repository
    lastline = string.strip(output.pop())
IndexError: pop from empty list

This happens for every test starting from basic_tests.py when I'm using
--url=http://... (that is, testing ra_dav). I hope it's something
obvious... Thank you!

Sergey.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Aug 2 08:05:26 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.