Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

Commit

Permalink
Prise + dépose
Browse files Browse the repository at this point in the history
  • Loading branch information
PFGimenez committed May 23, 2017
1 parent 723d080 commit 77b3df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pc/src/tests/lowlevel/JUnit_Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ public void depart_bleu_cratere_gauche_HL_prehension() throws Exception
// bas niveau
pathcache.computeAndFollow(new KeyPathCache(state, ScriptNames.SCRIPT_CRATERE_HAUT_GAUCHE, false));
ScriptNames.SCRIPT_CRATERE_HAUT_GAUCHE.s.execute(state);
pathcache.computeAndFollow(new KeyPathCache(state, ScriptNames.SCRIPT_DEPOSE_MINERAI_GAUCHE, false));
ScriptNames.SCRIPT_DEPOSE_MINERAI_GAUCHE.s.execute(state);
}
catch(Exception e)
{
Expand Down

0 comments on commit 77b3df9

Please sign in to comment.