Commit d22a8b95830f3cb3dbc6cfaec65dd1b5a5d1444a

Edward Thomson 2016-04-11T11:50:11

refs::create: strict object creation on by default When we turned strict object creation validation on by default, we forgot to inform the refs::create tests of this. They, in fact, believed that strict object creation was off by default. As a result, their cleanup function went and turned strict object creation off for the remaining tests.