shivsharma07 / django-survey

Automatically exported from code.google.com/p/django-survey
0 stars 0 forks source link

runtests errors #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://django-survey.googlecode.com/svn/trunk/
django-survey-read-only

2. cd django-survey-read-only/tests/
3. . runtests.sh 

What is the expected output? 
no error.
What do you see instead?
error.

What version of the product are you using? On what operating system?
Checked out revision 76.

Please provide any additional information below.

Checked out revision 76.
juser@pycon08a:~/temp$ cd django-survey-read-only/tests/
juser@pycon08a:~/temp/django-survey-read-only/tests$ . runtests.sh 
Restored 'examples.db'
At revision 76.
E
======================================================================
ERROR: test_new (__main__.NewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "survey_selenium.py", line 8, in setUp
    self.selenium.start()
  File "/home/juser/temp/django-survey-read-only/tests/selenium.py", line
166, in start
    result = self.get_string("getNewBrowserSession",
[self.browserStartCommand, self.browserURL])
  File "/home/juser/temp/django-survey-read-only/tests/selenium.py", line
195, in get_string
    result = self.do_command(verb, args)
  File "/home/juser/temp/django-survey-read-only/tests/selenium.py", line
191, in do_command
    raise Exception, data
Exception

----------------------------------------------------------------------
Ran 1 test in 0.379s

FAILED (errors=1)
[1]-  Terminated              python manage.py runserver > /dev/null 2>
/dev/null
Restored 'examples.db'
At revision 76.
[2]+  Exit 143                java -jar ~/lib/java/selenium-server.jar >
/dev/null 2> /dev/null  (wd: ~/temp/django-survey-read-only/tests)
(wd now: ~/temp/django-survey-read-only/examples)
juser@pycon08a:~/temp/django-survey-read-only/tests$ 

Original issue reported on code.google.com by cfkars...@gmail.com on 18 Jul 2008 at 12:28

GoogleCodeExporter commented 8 years ago
cfkarsten,

You will find a detailed procedure on how to run the test in the wiki page 
below:
http://code.google.com/p/django-survey/wiki/RunTest
The selenium test suite has not been updated for a long time and we might even 
remove
it in the future.

In the future I would prefer if you could use google group [1] to communicate 
with us
rather than the issue tracker. Keep 

Thank you for your interest in django-survey
--yml

[1] http://groups.google.com/group/django-survey

Original comment by yann.ma...@gmail.com on 18 Jul 2008 at 7:56