Example #1
0
def test_get_long_path_name():
    p = get_long_path_name('/usr/local')
    nt.assert_equals(p,'/usr/local')
Example #2
0
def test_get_long_path_name_win32():
    p = get_long_path_name('c:\\docume~1')
    nt.assert_equals(p,u'c:\\Documents and Settings')