gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix test


From: gnunet
Subject: [libeufin] branch master updated: fix test
Date: Sat, 31 Jul 2021 14:10:55 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new e1dcdfc  fix test
e1dcdfc is described below

commit e1dcdfc38a90f04fbc8b51672e5c9f5f9cd6d773
Author: ms <ms@taler.net>
AuthorDate: Sat Jul 31 14:09:40 2021 +0200

    fix test
---
 .idea/misc.xml                           | 2 +-
 .idea/runConfigurations/test_sandbox.xml | 8 +++++---
 sandbox/src/test/kotlin/BalanceTest.kt   | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.idea/misc.xml b/.idea/misc.xml
index fe32790..3058817 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -9,5 +9,5 @@
   <component name="FrameworkDetectionExcludesConfiguration">
     <file type="web" url="file://$PROJECT_DIR$" />
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" 
default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" 
project-jdk-name="11" project-jdk-type="JavaSDK" />
 </project>
\ No newline at end of file
diff --git a/.idea/runConfigurations/test_sandbox.xml 
b/.idea/runConfigurations/test_sandbox.xml
index 70b2d75..2bd23e7 100644
--- a/.idea/runConfigurations/test_sandbox.xml
+++ b/.idea/runConfigurations/test_sandbox.xml
@@ -1,10 +1,10 @@
 <component name="ProjectRunConfigurationManager">
-  <configuration default="false" name="test-sandbox" 
type="GradleRunConfiguration" factoryName="Gradle">
+  <configuration default="false" name="test-sandbox" 
type="GradleRunConfiguration" factoryName="Gradle" 
show_console_on_std_out="true">
     <ExternalSystemSettings>
       <option name="executionName" />
       <option name="externalProjectPath" value="$PROJECT_DIR$/sandbox" />
       <option name="externalSystemIdString" value="GRADLE" />
-      <option name="scriptParameters" value="" />
+      <option name="scriptParameters" value="--info" />
       <option name="taskDescriptions">
         <list />
       </option>
@@ -15,7 +15,9 @@
       </option>
       <option name="vmOptions" value="" />
     </ExternalSystemSettings>
-    <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
+    <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
+    
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
+    <DebugAllEnabled>false</DebugAllEnabled>
     <method v="2" />
   </configuration>
 </component>
\ No newline at end of file
diff --git a/sandbox/src/test/kotlin/BalanceTest.kt 
b/sandbox/src/test/kotlin/BalanceTest.kt
index a8c4d9e..e875a62 100644
--- a/sandbox/src/test/kotlin/BalanceTest.kt
+++ b/sandbox/src/test/kotlin/BalanceTest.kt
@@ -65,7 +65,7 @@ class BalanceTest {
                     it[direction] = "DBIT"
                     it[accountServicerReference] = 
"test-account-servicer-reference"
                 }
-                assert(BigInteger.ONE == balanceForAccount("earns"))
+                assert(java.math.BigDecimal.ONE == balanceForAccount("earns"))
             }
         }
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]