Comment #3 on issue 921 by grompy: Clicking Source Suite Link in log doesn't open the actual path.
http://code.google.com/p/robotframework/issues/detail?id=921
Sorry, it was 2.6 final. Running on python 2.6.6 if that matters. It appears that it goes up from the location it was created at until a common location is reached them it follows down the path to the source suite.
For example, if I ran from c://a/b/c and the suite was located at c:/a/b/d/e/f/suite.txt then the link would be the following when clicked os.path.join(os.getcwd(), os.pardir,'d/e/f/suite.txt')
