TMF: Introduce a fast linear timestamp transform
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / synchronization / TsTransformFactoryTest.java
index 183903461e6a4cd0a07bfed2daf9feaabf6bc741..c613378dc7fbb6ec9e006327162b6e2dc2af6381 100644 (file)
@@ -106,8 +106,8 @@ public class TsTransformFactoryTest {
      */
     @Test
     public void testToString() {
-        final String expectedLinear = "TmfTimestampLinear [ slope = 314.0, offset = 0.0 ]";
-        final String expectedLinearBigDec = "TmfTimestampLinear [ slope = 314, offset = 0 ]";
+        final String expectedLinear = "TmfTimestampTransformLinearFast [ slope = 314.0, offset = 0.0 ]";
+        final String expectedLinearBigDec = "TmfTimestampTransformLinearFast [ slope = 314, offset = 0 ]";
         final String expectedOffset = "TmfConstantTransform [ offset = 314 ]";
         final String expectedIdentity = "TmfTimestampTransform [ IDENTITY ]";
         final String expectedOffset100 = "TmfConstantTransform [ offset = 100 ]";
This page took 0.025805 seconds and 5 git commands to generate.