killnine commented on a change in pull request #9: [AMQNET-565] - .net standard 
conversion, project reorganization
URL: 
https://github.com/apache/activemq-nms-openwire/pull/9#discussion_r301778458
 
 

 ##########
 File path: test/Commands/ActiveMQMessageTest.cs
 ##########
 @@ -157,7 +157,7 @@ public void TestGetAndSetNMSCorrelationID()
                        // We shouldn't get the expected value though if we use 
the inner property 
                        // name from ActiveMQMessage
                        string correlationId = (string) 
msg.Properties["correlationId"];
-                       Assert.IsNullOrEmpty(correlationId);                    
+                       Assert.IsTrue(string.IsNullOrEmpty(correlationId));     
                
 
 Review comment:
   IsNullOrEmpty wasn't available anymore.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to