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:
parent
e87ea6c8f4
commit
a6fb30668e
8 changed files with 129 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue