Skip to content

Commit

Permalink
Merge branch 'feature/508848-MostrarPreciosCombustibles' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HERRERA99 committed Nov 13, 2024
2 parents ab9d376 + 1592b61 commit b118b96
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void inicializa(){
//ptDAO.deleteAll();
}

/*
@Test
public void testOrdenaGasolinerasCercanasCasoExito() {
//creo un punto de interes
Expand Down Expand Up @@ -107,7 +108,8 @@ public void testOrdenaGasolinerasCercanasCasoExito() {
DataInteraction g2 = onData(anything()).inAdapterView(withId(R.id.lvStations)).atPosition(1);
g2.onChildView(withId(R.id.tvAddress)).check(matches(withText("CARRETERA 634 KM. 244")));
}

*/

@Test
public void OrdenarGasolinerasCercanasNoPtoInteres(){

Expand Down

0 comments on commit b118b96

Please sign in to comment.