[xharness] Don't hit the network to load xml files. (#1415)

This commit is contained in:
Rolf Bjarne Kvinge 2017-01-02 08:58:14 +01:00 коммит произвёл GitHub
Родитель 8aff9997c7
Коммит 0d0a1f59eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -178,7 +178,7 @@ namespace xharness
} }
} }
doc.Load (path); doc.LoadWithoutNetworkAccess (path);
return doc; return doc;
} }
} }