We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7511c commit b681213Copy full SHA for b681213
test/src/test/java/VariantTest.java
@@ -65,9 +65,6 @@ public void testUI1() throws Exception {
65
* Tests the currency type conversion.
66
*/
67
public void testCurrency() throws Exception {
68
- System.out.println("Waiting");
69
- new BufferedReader(new InputStreamReader(System.in)).readLine();
70
-
71
ITestObject t = ClassFactory.createTestObject();
72
73
BigDecimal const199 = new BigDecimal("1.99");
0 commit comments