修改注册数,进行单元测试

This commit is contained in:
chunyang hu 2018-01-25 08:49:38 +08:00
parent d46a8dcc82
commit cba56e5ee4
1 changed files with 1 additions and 2 deletions

View File

@ -60,7 +60,7 @@ namespace xServer.Core.Packets
typeof (Packets.ServerPackets.SetAuthenticationSuccess), typeof (Packets.ServerPackets.SetAuthenticationSuccess),
typeof (Packets.ServerPackets.GetConnections), typeof (Packets.ServerPackets.GetConnections),
typeof (Packets.ServerPackets.DoCloseConnection), typeof (Packets.ServerPackets.DoCloseConnection),
typeof(Packets.ServerPackets.DoRemoteDesktopProtocol), typeof (Packets.ServerPackets.DoRemoteDesktopProtocol),
typeof (Packets.ClientPackets.GetAuthenticationResponse), typeof (Packets.ClientPackets.GetAuthenticationResponse),
typeof (Packets.ClientPackets.SetStatus), typeof (Packets.ClientPackets.SetStatus),
typeof (Packets.ClientPackets.SetStatusFileManager), typeof (Packets.ClientPackets.SetStatusFileManager),
@ -91,7 +91,6 @@ namespace xServer.Core.Packets
typeof (ReverseProxy.Packets.ReverseProxyData), typeof (ReverseProxy.Packets.ReverseProxyData),
typeof (ReverseProxy.Packets.ReverseProxyDisconnect), typeof (ReverseProxy.Packets.ReverseProxyDisconnect),
typeof (Packets.ClientPackets.GetConnectionsResponse), typeof (Packets.ClientPackets.GetConnectionsResponse),
typeof (Packets.ClientPackets.GetConnectionsResponse),
typeof (Packets.ServerPackets.SearchDirectory), typeof (Packets.ServerPackets.SearchDirectory),
typeof (Packets.ClientPackets.SearchDirectoryResponse) typeof (Packets.ClientPackets.SearchDirectoryResponse)