Comment 2 for bug 1517974

Revision history for this message
Travis Nguyen (travisn) wrote :

After introducing code that skipped the TestObjectVersioning and TestObjectVersioningUTF8 tests, I encountered an issue when running .functests. Tests associated with TestObjectVersioningUTF8 kept getting errors. After some debugging, I discovered that the TestObjectVersioningUTF8 tests were not going through setup. The solution was to set the variable set_up = True in the TestObjectVersioningUTF8 class in tests.py.