diff UnitTests/main.cpp @ 437:beca6747945e

PUT on metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2013 16:43:30 +0200
parents d51186bf7602
children 58b433bb9762
line wrap: on
line diff
--- a/UnitTests/main.cpp	Wed May 15 16:28:00 2013 +0200
+++ b/UnitTests/main.cpp	Wed May 15 16:43:30 2013 +0200
@@ -384,8 +384,8 @@
 
   ASSERT_STREQ("CompletedSeries", EnumerationToString(ChangeType_CompletedSeries));
 
-  ASSERT_STREQ("IndexInSeries", EnumerationToString(MetadataType_Instance_IndexInSeries));
-  ASSERT_STREQ("LastUpdate", EnumerationToString(MetadataType_LastUpdate));
+  ASSERT_EQ("IndexInSeries", EnumerationToString(MetadataType_Instance_IndexInSeries));
+  ASSERT_EQ("LastUpdate", EnumerationToString(MetadataType_LastUpdate));
 
   ASSERT_EQ(2047, StringToMetadata("2047"));
   ASSERT_THROW(StringToMetadata("Ceci est un test"), OrthancException);