mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Fixed
This commit is contained in:
parent
12032f76d8
commit
f9e53ab38d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ namespace CalculatorFunctionalTests
|
||||||
m_standardViewModel->SendCommandToCalcManager(static_cast<int>(Command::CommandEQU));
|
m_standardViewModel->SendCommandToCalcManager(static_cast<int>(Command::CommandEQU));
|
||||||
}
|
}
|
||||||
|
|
||||||
VERIFY_ARE_EQUAL((size_t)
|
VERIFY_ARE_EQUAL((size_t)m_historyViewModel->ItemsCount, m_historyViewModel->MaxHistorySize());
|
||||||
String ^ expression = L"1 + 1 =";
|
String ^ expression = L"1 + 1 =";
|
||||||
int output = 2;
|
int output = 2;
|
||||||
String ^ result = output.ToString();
|
String ^ result = output.ToString();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue