1
0
Fork 0

Fix tests for new ClusterInfo: call ClusterInfo::flush after test.

This commit is contained in:
Max Neunhoeffer 2015-08-04 09:33:19 +02:00
parent 4f2afbf7e3
commit 88518dd4ba
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ function ClusterEnabledSuite () {
ss.setId(oldId);
assertEqual(oldPrefix, agency.prefix(true));
ss.setRole(oldRole);
ci.flush(); // reload caches with proper agency data
},
////////////////////////////////////////////////////////////////////////////////