Add UnionTypeObject
[yangtools.git] / binding / mdsal-binding-java-api-generator / src / test / java / org / opendaylight / mdsal / binding / java / api / generator / TypedefCompilationTest.java
index 96cc85b4ef3eb81668f17afdb85f5991936563c7..6e42d65fc46fc09a9bfc430e58e185fffb4dfdce 100644 (file)
@@ -81,7 +81,7 @@ public class TypedefCompilationTest extends BaseCompilationTest {
         CompilationTestUtils.assertContainsField(bitsExtClass, "_sfmof", boolean.class);
         CompilationTestUtils.assertContainsField(bitsExtClass, "_sfapc", boolean.class);
         CompilationTestUtils.assertContainsFieldWithValue(bitsExtClass, "serialVersionUID", Long.TYPE,
-            7934653360983102096L, boolean.class, boolean.class, boolean.class, boolean.class, boolean.class,
+            -2922917845344851623L, boolean.class, boolean.class, boolean.class, boolean.class, boolean.class,
             boolean.class, boolean.class);
 
         assertEquals(9, bitsExtClass.getDeclaredFields().length);