From 2b67fcddfd83b45fb22ef4a4999ffdc37fffc69c Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Tue, 7 Apr 2020 11:17:29 +0200 Subject: [PATCH] FIX: mysqlbackend issue 85 should be fixed now. --- tests/{test_issues.py => test_issues_mysqlbackend.py} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename tests/{test_issues.py => test_issues_mysqlbackend.py} (94%) diff --git a/tests/test_issues.py b/tests/test_issues_mysqlbackend.py similarity index 94% rename from tests/test_issues.py rename to tests/test_issues_mysqlbackend.py index ba3df65..91e8cf0 100644 --- a/tests/test_issues.py +++ b/tests/test_issues_mysqlbackend.py @@ -3,8 +3,8 @@ # ** header v3.0 # This file is a part of the CaosDB Project. # -# Copyright (c) 2020 IndiScale GmbH -# Copyright (c) 2020 Daniel Hornung <d.hornung@indiscale.com> +# Copyright (c) 2020 IndiScale GmbH (www.indiscale.com) +# Copyright (c) 2020 Daniel Hornung (d.hornung@indiscale.com) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,7 +21,7 @@ # # ** end header -"""Tests for issues on gitlab.com""" +"""Tests for issues on gitlab.com, project caosdb-mysqlbackend.""" from __future__ import absolute_import, print_function, unicode_literals @@ -57,7 +57,6 @@ def teardown(): # ########################### Issue tests start here ########################### -@pytest.mark.xfail @with_setup(setup, teardown) def test_issue_85_a(): """SQLIntegrityConstraintViolationException for special inheritance patterns. @@ -83,7 +82,6 @@ def test_issue_85_a(): # # Duplicate entry '12345-12346-12345' for key 'PRIMARY' -@pytest.mark.xfail @with_setup(setup, teardown) def test_issue_85_b(): """SQLIntegrityConstraintViolationException for special inheritance patterns. -- GitLab