I just installed 5hserv on Windows 10 using Conda. After running the 'testall.py' script everything passes except for the last test. This was the error:
FAIL: testGetExternalLinkDomain (main.LinkTest)
Traceback (most recent call last):
File "linktest.py", line 129, in testGetExternalLinkDomain
self.assertEqual(h5domain, expected_curdir)
AssertionError: u'tall.C:%5CUsers%5CRobert.Geiger%5CPrograms%5Ch5serv%5Cdata%5Ctest.test.hdfgroup.org' != 'tall.test.hdfgroup.org'
Thanks in advance!
I just installed 5hserv on Windows 10 using Conda. After running the 'testall.py' script everything passes except for the last test. This was the error:
FAIL: testGetExternalLinkDomain (main.LinkTest)
Traceback (most recent call last):
File "linktest.py", line 129, in testGetExternalLinkDomain
self.assertEqual(h5domain, expected_curdir)
AssertionError: u'tall.C:%5CUsers%5CRobert.Geiger%5CPrograms%5Ch5serv%5Cdata%5Ctest.test.hdfgroup.org' != 'tall.test.hdfgroup.org'
Thanks in advance!