Subject: | NetResource\t\netresource.t assumes Server service is started |
You can't rely on the service being started so you need to account for that in the tests
# testing the hash conversion routines
ok 1
# |0| => The operation completed successfully.
# Testing NetShareAdd
not ok 2
# |2114| => The Server service is not started.
# testing NetShareGetInfo
not ok 3
# |2114| => The Server service is not started.
# # current-users => 1908578958
# # remark =>
# # netname =>
# # permissions => -1970774780
# # maxusers => 72
# # path =>
# # passwd =>
# # type => 14
# testing GetSharedResources
not ok 4
# |1222| => The network is not present or not started.
# -----
# drive is E:
ok 5 # skipped: share not found
ok 6 # skipped: share not found
not ok 7
# |2114| => The Server service is not started.
FAILED tests 2-4, 7
Failed 4/7 tests, 42.86% okay (less 2 skipped tests: 1 okay, 14.29%)
Failed Test Stat Wstat Total Fail Failed List of Failed