Skip to content

Commit

Permalink
Changed SocketTest.cs to SocketTest.jvm.cs in project's file.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=72080
  • Loading branch information
Ilya Kharmatsky committed Feb 1, 2007
1 parent d00a6c9 commit 6427326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions mcs/class/System/Test/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-02-01 Ilya Kharmatsky <ilyak -at- mainsoft.com>

* System.Test20.vmwcsproj: in project's files list - changed
SocketTest.cs to SocketTest.jvm.cs .

2007-01-30 Ilya Kharmatsky <ilyak -at- mainsoft.com>

* System.Test20.vmwcsproj: updated list of files.
Expand Down
2 changes: 1 addition & 1 deletion mcs/class/System/Test/System.Test20.vmwcsproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<Compile Include="System.Net.Mail\SmtpClientTest.cs" />
<Compile Include="System.Net.Mime\ContentDispositionTest.cs" />
<Compile Include="System.Net.Mime\ContentTypeTest.cs" />
<Compile Include="System.Net.Sockets\SocketTest.cs" />
<Compile Include="System.Net.Sockets\SocketTest.jvm.cs" />
<Compile Include="System.Net.Sockets\TcpClientTest.cs" />
<Compile Include="System.Net.Sockets\TcpListenerTest.cs" />
<Compile Include="System.Net.Sockets\UdpClientTest.cs" />
Expand Down

0 comments on commit 6427326

Please sign in to comment.