Revision 54:314eea778b80

View differences:

TestStaticData.cpp
147 147
{
148 148
    if (text == "") {
149 149
        return warning(desc + " is empty");
150
    } else if (text == "Licence information not available." ||
151
               text == "VamPy Plugin." ||
152
               text == "Not given. (Hint: Implement getDescription method.)" ||
153
               text == "VamPy Plugin (Noname)") {
154
        return warning(desc + " is missing (returns VamPy boilerplate text)");
150 155
    }
151 156
    return success();
152 157
}

Also available in: Unified diff