mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
unit test for send
|
|
------------------
|
|
|
|
this set of unit tests cover the main codepaths of
|
|
the send message menu item in the server manager.
|
|
|
|
chuckc, 15/9/91
|
|
|
|
|
|
test platforms
|
|
--------------
|
|
client on win 3.1 protect mode only so far.
|
|
target servers are LM2.x, running USER and SHARE level.
|
|
|
|
test scenarios
|
|
--------------
|
|
|
|
a) set focus on server
|
|
select send message
|
|
compose message and hit OK
|
|
verify msgpopup gets message (caller must have session)
|
|
|
|
b) as above, but add another session from another computer
|
|
between composing and sending. verify this user also
|
|
receives message.
|
|
|
|
c) try on machine without admin priv. Verify it should still
|
|
work. (see open issue)
|
|
|
|
d) verify that if no server selected, menu item disabled.
|
|
|
|
Kernel hacks
|
|
------------
|
|
|
|
a) lie and pretend there are 0 sessions
|
|
should behave like normal success.
|
|
b) set bp on netmessagebuffersend, then stop
|
|
a send target. verify info message on partial
|
|
send.
|
|
|
|
Open Issues
|
|
-----------
|
|
|
|
a) should make admin only? need address in spec.
|