[chronojump] Fixes unit tests with the current output.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixes unit tests with the current output.
- Date: Sat, 29 Apr 2017 17:33:50 +0000 (UTC)
commit 0b3e2a373aaa8726bb66d62ecb317a7f30c6f9ed
Author: Carles Pina i Estany <carles pina cat>
Date: Sat Apr 29 19:33:23 2017 +0200
Fixes unit tests with the current output.
.../chronojump_importer_test.py | 2 +-
src/chronojump-importer/tests/yoyo-expected.sqlite | Bin 1408000 -> 1408000 bytes
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/chronojump-importer/chronojump_importer_test.py
b/src/chronojump-importer/chronojump_importer_test.py
index abef234..d305240 100755
--- a/src/chronojump-importer/chronojump_importer_test.py
+++ b/src/chronojump-importer/chronojump_importer_test.py
@@ -142,7 +142,7 @@ class TestImporter(unittest.TestCase):
def test_encoder_url(self):
new_url = chronojump_importer.ImportSession._encoder_url(11, "signal")
- self.assertEqual(os.path.join("encoder", "data", "11", "signal"), new_url)
+ self.assertEqual(os.path.join("encoder", "11", "data", "signal"), new_url)
def test_database_version(self):
database_file = "tests/yoyo-source.sqlite"
diff --git a/src/chronojump-importer/tests/yoyo-expected.sqlite
b/src/chronojump-importer/tests/yoyo-expected.sqlite
index 7d1ce2f..37ec6ec 100644
Binary files a/src/chronojump-importer/tests/yoyo-expected.sqlite and
b/src/chronojump-importer/tests/yoyo-expected.sqlite differ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]