From 0a555ee4006bcae94d5c3597d965a6386afb9da4 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Thu, 2 Nov 2017 17:59:30 +0000
Subject: [PATCH] TEST: Make more tests work (hdr/img precedence change)

---
 tests/test_image.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_image.py b/tests/test_image.py
index 3e3fc8699..43950051d 100644
--- a/tests/test_image.py
+++ b/tests/test_image.py
@@ -388,10 +388,10 @@ def test_addExt():
         ('compressed.nii.gz',              True,  'compressed.nii.gz'),
         ('uncompressed',                   True,  'uncompressed.nii'),
         ('uncompressed.nii',               True,  'uncompressed.nii'),
-        ('img_hdr_pair',                   True,  'img_hdr_pair.img'),
+        ('img_hdr_pair',                   True,  'img_hdr_pair.hdr'),
         ('img_hdr_pair.hdr',               True,  'img_hdr_pair.hdr'),
         ('img_hdr_pair.img',               True,  'img_hdr_pair.img'),
-        ('compressed_img_hdr_pair',        True,  'compressed_img_hdr_pair.img.gz'),
+        ('compressed_img_hdr_pair',        True,  'compressed_img_hdr_pair.hdr.gz'),
         ('compressed_img_hdr_pair.img.gz', True,  'compressed_img_hdr_pair.img.gz'),
         ('compressed_img_hdr_pair.hdr.gz', True,  'compressed_img_hdr_pair.hdr.gz'),
         ('ambiguous.nii',                  True,  'ambiguous.nii'),
-- 
GitLab