diff --git a/Control/AthenaKernel/share/CondCont_test.ref b/Control/AthenaKernel/share/CondCont_test.ref
index 0a508645763ab9bf6e1fe1dbc4d586181096f3e9..4ac92e1813b6b38411e1f2a1b0bdf7be6b9ca0b1 100644
--- a/Control/AthenaKernel/share/CondCont_test.ref
+++ b/Control/AthenaKernel/share/CondCont_test.ref
@@ -1,6 +1,6 @@
 test1
-CondCont<T>::insert error: EventIDRange {[40,l:2] - [4294967295,t:543]} is neither fully RunEvent nor TimeStamp
+CondCont<T>::insert error: EventIDRange {[40,l:2] - [t:543]} is neither fully RunEvent nor TimeStamp
 test2
-CondCont<T>::insert error: EventIDRange {[40,l:2] - [4294967295,t:543]} is neither fully RunEvent nor TimeStamp
+CondCont<T>::insert error: EventIDRange {[40,l:2] - [t:543]} is neither fully RunEvent nor TimeStamp
 CondCont<T>::insert error: Not most-derived class.
 test3
diff --git a/Control/AthenaKernel/test/CondCont_test.cxx b/Control/AthenaKernel/test/CondCont_test.cxx
index 950543e544d9413beccdb23ce9f4fe4645bd63ea..5ac0992b738fe793dfc41d8d5adb40be80435d99 100644
--- a/Control/AthenaKernel/test/CondCont_test.cxx
+++ b/Control/AthenaKernel/test/CondCont_test.cxx
@@ -136,12 +136,12 @@ RE: [0]\n");
   std::ostringstream exp2;
   exp2 << "id: 'key'  proxy: 0\n"
        << "clock: [1]\n"
-       << "{[4294967295,t:123] - [4294967295,t:456]} " << ptrs[2] << "\n"
+       << "{[t:123] - [t:456]} " << ptrs[2] << "\n"
        << "RE: [2]\n"
        << "{[10,l:15] - [10,l:20]} " << ptrs[0] << "\n"
        << "{[20,l:17] - [2147483647,l:2147483647]} " << ptrs[1] << "\n";
 
-  //  std::cout << "ss2: " << ss2.str() << "\nexp2: " << exp2.str() << "\n";
+  //std::cout << "ss2: " << ss2.str() << "\nexp2: " << exp2.str() << "\n";
 
   assert (ss2.str() == exp2.str());