Skip to content

Commit

Permalink
Architecture tests now work fully.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Oct 14, 2015
1 parent 6e5b9a1 commit 3a8c25c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/net/sf/jabref/ArchitectureTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public static Iterable<Object[]> data() {
new Object[][] {
{"net.sf.jabref.logic", PACKAGE_JAVA_AWT},
{"net.sf.jabref.logic", PACKAGE_JAVAX_SWING},
// commented out as there are still four classes that do not conform to this specification
//{"net.sf.jabref.logic", PACKAGE_NET_SF_JABREF_GUI},
{"net.sf.jabref.logic", PACKAGE_NET_SF_JABREF_GUI},
{"net.sf.jabref.model", PACKAGE_JAVA_AWT},
{"net.sf.jabref.model", PACKAGE_JAVAX_SWING},
{"net.sf.jabref.model", PACKAGE_NET_SF_JABREF_GUI}
Expand Down

0 comments on commit 3a8c25c

Please sign in to comment.