/** Test of setfNac method, of class DataClient. */
 @Test
 public void testSetfNac() {
   System.out.println("setfNac");
   Date fNac = null;
   DataClient instance =
       new DataClient("nickname", "nombre", "apellido", null, "direccion", "*****@*****.**", "imagen");
   instance.setfNac(fNac);
   // TODO review the generated test code and remove the default call to fail.
   // fail("The test case is a prototype.");
 }