Skip to content

Commit

Permalink
fix: sysout removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Jan 23, 2024
1 parent 9a917ea commit 46fed5b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ public void requeteFichierBrutalementTest() throws IOException, ArcException {
{
query = requeteFichierBrutalement("siera_ano", br);
}

System.out.println(query);


// extract id from query result
// the test checks implicitly that maxNumberOfCharacterByLineToRead=5
int id= Integer.valueOf(ManipString.substringBeforeLast(ManipString.substringAfterLast(query, "UNION ALL SELECT 'siera_ano',"),",'<n4ds'"));
Expand Down

0 comments on commit 46fed5b

Please sign in to comment.