Searched refs:updatedString (Results 1 – 1 of 1) sorted by relevance
1327 String updatedString = "this is an updated test"; in testUpdate() local1329 values.put("data", updatedString); in testUpdate()1336 assertEquals(updatedString, value); in testUpdate()