}
@Test
public void testWindowsLoad() throws Exception {
onWindows = true;
ReferenceIdent ident = new ReferenceIdent(SysNodesTableInfo.IDENT, "load");
SysObjectReference load = (SysObjectReference) resolver.getImplementation(ident);
Map<String, Object> windowsValue = load.value();
assertNull(windowsValue.get("1"));
assertNull(windowsValue.get("5"));
assertNull(windowsValue.get("10"));