Ticket Details

Weird error when running integration unit tests

BUG Ticket (closed)

###What happened:
- when running http://localhost/~denis/lidev/test/lithium/tests/integration

I'm getting:
{{{
Assertion 'assertPattern' failed in lithium\tests\integration\net\http\ServiceTest::testStreamGet() on line 19:
expected: '/localhost/'
result: '
It works!
'
}}}

I believe the It works! is expected, since it's what http://localhost/ returns.

It seems to be missing some kind of path.

My setup:

- /~denis/lithium/ contains trunk
- /~denis/lidev/app/ contains a copy of /~denis/lithium/app/
- /~denis/lidev/librairies/ is a symb link of /~denis/lithium/librairies/
on 08.23.10 reported by: ddebernardy owned by: gwoo

Updates

on 11.11.10 by daschl
It works! seems like a misconfigured apache message to me.. can you please attach your apache config and tell us more about your setup (and use current master) and check if the problem still exists?
(fixed) on 12.14.10 by gwoo
[15dc58f88c1d6dbc13c422574ddc0ec647d37d54]