Skip to content
Snippets Groups Projects
Unverified Commit 2b67fcdd authored by Daniel's avatar Daniel
Browse files

FIX: mysqlbackend issue 85 should be fixed now.

parent 7163f363
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment