File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (15 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2008-09-17  Jeffrey Stedfast  <fejj@novell.com>

	* TcpChannelTest.cs: Changed the namespace to MonoTests.Remoting
	like the other Remoting tests and added a client<->server
	communication test. Throw in a ftp:// url for the url-parsing test
	to make sure the parser returns null on that.

2008-09-11  Jeffrey Stedfast  <fejj@novell.com>

	* TcpChannelTest.cs: Added TcpChannel.Parse() tests.

2008-01-25  Gert Driesen  <drieseng@users.sourceforge.net>

	* TcpChannelTest.cs: Added simple ctor test that covers bug #355905.