diff -r 150033493bce src-test/src/org/openbravo/test/costing/TestCosting.java
--- a/src-test/src/org/openbravo/test/costing/TestCosting.java	Mon Jan 23 11:26:31 2017 +0100
+++ b/src-test/src/org/openbravo/test/costing/TestCosting.java	Sun Jan 29 19:46:12 2017 +0100
@@ -12099,7 +12099,7 @@
         assertEquals(physicalInventory.getMaterialMgmtInventoryCountLineList().get(0)
             .getOrderQuantity(), null);
         assertEquals(physicalInventory.getMaterialMgmtInventoryCountLineList().get(0).getUOM()
-            .getName(), "Unit");
+            .getId(), UOM_ID);
         assertEquals(physicalInventory.getMaterialMgmtInventoryCountLineList().get(0)
             .getQuantityOrderBook(), null);
 
