Skip to content

Commit

Permalink
Runtests: fix test to suit new G43.2 error wording.
Browse files Browse the repository at this point in the history
Signed-off-by: andypugh <[email protected]>
  • Loading branch information
andypugh committed Apr 17, 2020
1 parent 43c59d5 commit 8e47d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tlo/test-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ def verify_tool(tool, x, y, z, a, b, c, u, v, w, diameter, front_angle, back_ang
c.mdi('g43.2')
c.wait_complete()
error = e.poll()
if error[1] != "G43.2: H-word missing":
if error[1] != "G43.2: No axes specified and H word missing":
print "G43.2 with missing H-word did not produce expected error"
print "got [%s]" % e.error[1]
print "got [%s]" % error[1]
sys.exit(1)


Expand Down

0 comments on commit 8e47d56

Please sign in to comment.