2
0
Эх сурвалжийг харах

2010-05-27 Atsushi Enomoto <[email protected]>

	* CallbackBehaviorAttributeTest.cs : fix assertion label.


svn path=/trunk/mcs/; revision=158046
Atsushi Eno 15 жил өмнө
parent
commit
0c76a6b4ec

+ 1 - 1
mcs/class/System.ServiceModel/Test/System.ServiceModel/CallbackBehaviorAttributeTest.cs

@@ -154,7 +154,7 @@ namespace MonoTests.System.ServiceModel
 			eventServiceHost.Close ();
 
 			Assert.IsTrue (CallbackSent, "#1");
-			Assert.IsTrue (CallbackReceived, "#1");
+			Assert.IsTrue (CallbackReceived, "#2");
 		}
 
 		public static bool CallbackSent, CallbackReceived;

+ 4 - 0
mcs/class/System.ServiceModel/Test/System.ServiceModel/ChangeLog

@@ -1,3 +1,7 @@
+2010-05-27  Atsushi Enomoto  <[email protected]>
+
+	* CallbackBehaviorAttributeTest.cs : fix assertion label.
+
 2010-04-01  Atsushi Enomoto  <[email protected]>
 
 	* FaultContractAttributeTest.cs : new test.