From 402dda48c88752bd7d8bb805899812c794688331 Mon Sep 17 00:00:00 2001 From: sergeyrid Date: Wed, 3 Dec 2025 19:15:37 +0300 Subject: [PATCH] Fix locale in JUnit tests --- .gitignore | 1 + .idea/runConfigurations/_template__of_JUnit.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 .idea/runConfigurations/_template__of_JUnit.xml diff --git a/.gitignore b/.gitignore index 48785ae89..e6f429b23 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ hs_err_pid* **/.idea/* !.idea/vcs.xml !.idea/icon.png +!idea/runConfigurations target logs diff --git a/.idea/runConfigurations/_template__of_JUnit.xml b/.idea/runConfigurations/_template__of_JUnit.xml new file mode 100644 index 000000000..e367ced84 --- /dev/null +++ b/.idea/runConfigurations/_template__of_JUnit.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file