1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-11 01:59:38 +02:00

Add junit test and fix checkstyle issues

This commit is contained in:
Paul Schaub 2018-06-26 12:06:57 +02:00
parent e87ea6c8f4
commit a6fb30668e
8 changed files with 129 additions and 7 deletions

View file

@ -76,7 +76,7 @@ public class DiscoverInfoProvider extends IQProvider<DiscoverInfo> {
if (parser.getName().equals("feature")) {
// Create a new feature and add it to the discovered info.
boolean notADuplicateFeature = discoverInfo.addFeature(variable);
assert (notADuplicateFeature);
// assert (notADuplicateFeature);
}
if (parser.getName().equals("query")) {
done = true;