From e12b07830ecb7aba681b71d6e3e337b5b61723ca Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Fri, 15 Nov 2013 14:24:06 +0000
Subject: [PATCH] Record the tables we have just modified. Otherwise subsequent
 tests fail

---
 modules/t/altAlleleGroup.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/t/altAlleleGroup.t b/modules/t/altAlleleGroup.t
index b8be460a9e..7b16930b01 100644
--- a/modules/t/altAlleleGroup.t
+++ b/modules/t/altAlleleGroup.t
@@ -128,6 +128,9 @@ $aag = $aaga->fetch_all->[0];
 $new_aag = $aaga->fetch_by_gene_id(18257);
 is_deeply($new_aag,$aag,"Check single gene ID returns entire group correctly");
 
+# Saving the multi DBs
+$multi->save('core', qw/alt_allele alt_allele_group alt_allele_attrib/);
+
 # check store method
 my $dbID = $aaga->store($group);
 ok($dbID, 'A dbID was returned from the store method');
-- 
GitLab