aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-18 21:42:07 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-06-18 21:42:07 +0530
commitd72b5aaf1bd6d959c2b06e923ab76fc1f370e455 (patch)
tree20d7ac028ffb3f7dfbbce698f9da30b7068dab95
parent80747a053073582fd3bcdcfff405cebcae52945f (diff)
parentb8678f467824eed9daa97eacca197348c945e3e9 (diff)
downloadforums-d72b5aaf1bd6d959c2b06e923ab76fc1f370e455.tar
forums-d72b5aaf1bd6d959c2b06e923ab76fc1f370e455.tar.gz
forums-d72b5aaf1bd6d959c2b06e923ab76fc1f370e455.tar.bz2
forums-d72b5aaf1bd6d959c2b06e923ab76fc1f370e455.tar.xz
forums-d72b5aaf1bd6d959c2b06e923ab76fc1f370e455.zip
Merge remote-tracking branch 'nickvergessen/ticket/11561' into develop
# By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11561: [ticket/11561] Specify used tables in notification fixture, so they are emptied
-rw-r--r--tests/notification/fixtures/notification.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/notification/fixtures/notification.xml b/tests/notification/fixtures/notification.xml
index 38e5f811dd..c7b2d03ff1 100644
--- a/tests/notification/fixtures/notification.xml
+++ b/tests/notification/fixtures/notification.xml
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
+ <table name="phpbb_bookmarks">
+ </table>
<table name="phpbb_notifications">
</table>
+ <table name="phpbb_notification_types">
+ </table>
+ <table name="phpbb_topics_watch">
+ </table>
+ <table name="phpbb_user_notifications">
+ </table>
</dataset>