Joachim Klein
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
prism/src/parser/ast/Property.java
|
|
|
@ -270,7 +270,7 @@ public class Property extends ASTElement |
|
|
|
*/ |
|
|
|
private boolean checkAgainstExpectedResultString(String strExpected, Values constValues, Object result) throws PrismException |
|
|
|
{ |
|
|
|
// Check for special "don't case" case |
|
|
|
// Check for special "don't care" case |
|
|
|
if (strExpected.equals("?")) { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|