You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot run a test case that tries to set a blob value (in this case, the Expense tests).
operation receiptProvided();
begin
var expense : Expense;
begin
expense := Tests#declare(500.0);
Assert#isTrue(expense.receiptRequired);
end;
begin
expense.receipt := new Picture;
Assert#isTrue(not expense.receiptRequired);
expense.submit();
end;
end;
Cannot run a test case that tries to set a blob value (in this case, the Expense tests).
Will result in:
✘ expenses_tests::Tests.receiptProvided
Cause: com.abstratt.kirra.KirraException: Unknown namespace: mdd_media
The text was updated successfully, but these errors were encountered: