Skip to content

Commit dfeef93

Browse files
committed
updated robot dependency
1 parent b28702f commit dfeef93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.robotframework</groupId>
9393
<artifactId>robotframework-maven-plugin</artifactId>
94-
<version>1.0.8</version>
94+
<version>1.4.3</version>
9595
<executions>
9696
<execution>
9797
<goals>

src/test/robotframework/acceptance/annotationlibrarywithmultiplepatternsandconflictingkeywordnames.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Variables variables.py
33

44
*Test Case* *Action* *Argument*
55
Duplicate Keywords Prevents Importing Library
6-
runKeywordAndExpectError Two keywords with name 'myFailingKeyword' found!
6+
runKeywordAndExpectError Calling dynamic method 'getKeywordNames' failed: Two keywords with name 'myFailingKeyword' found!
77
... Import Library org.robotframework.javalib.library.AnnotationLibrary ${DUPLICATE KEYWORD PATTERNS}

0 commit comments

Comments
 (0)