Ticket Details

Core tests fail due to a realpath issue and inconsistent docs

BUG Ticket (closed)

###What happened:
- two sets of tests fail when running /~denis/lidev/test/lithium/tests/cases/core

one set, in testLibraryConfigAccess(), complains that the path is erroneous (lithium is actually over in /~denis/lithium/ and a symb link is used in /~denis/lidev/libraries/

the other issue is, I believe, related to erroneous docs or tests. presumably null was expected at one point and no longer is.

patch at:

http://rad-dev.org/forks/ddebernardy/lithium/commits/view/1ff315ad1f2b578f3acaffeec539e14ae1cd9eb3
on 08.23.10 reported by: ddebernardy owned by: nate

Updates

on 08.23.10 by ddebernardy
more of the same in console. patch:

http://rad-dev.org/forks/ddebernardy/lithium/commits/view/049b15f0d9c18ca6b1e439e2bcaa8e7a51ee13c6
on 08.23.10 by ddebernardy
one more:

http://rad-dev.org/forks/ddebernardy/lithium/commits/view/bd675e5747355f3f8bc719dde2d9ed2b947c3a8a
on 08.24.10 by ddebernardy
  • id was changed to 244
  • number was changed to 133
  • priority was changed to low
  • title was changed to Core tests fail due to a realpath issue and inconsistent docs
  • description was changed
Possibly related:

http://rad-dev.org/lithium/tickets/view/117
(fixed) on 08.24.10 by nate
  • id was changed to 244
  • number was changed to 133
  • owner was changed to nate
  • type was changed to bug
  • status was changed to closed
  • resolution was changed to fixed
  • priority was changed to low
  • title was changed to Core tests fail due to a realpath issue and inconsistent docs
  • description was changed
Dude, you rock. Also, #117 is (unfortunately) not related, as `realpath()` will not return properly-cased path names (oh how I wish). We might have to just change some functionality.