• Show log

    Commit

  • Hash : d22a8b95
    Author : Edward Thomson
    Date : 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.