Authored by tanling

no message

@@ -52,10 +52,10 @@ public class ForbidToAllowTest { @@ -52,10 +52,10 @@ public class ForbidToAllowTest {
52 allowAttribute.add("1-Y"); 52 allowAttribute.add("1-Y");
53 } 53 }
54 54
55 - if (allowAttribute.contains("3")){  
56 - allowAttribute.remove("3");  
57 - allowAttribute.add("3-N");  
58 - allowAttribute.add("3-Y"); 55 + if (allowAttribute.contains("7")){
  56 + allowAttribute.remove("7");
  57 + allowAttribute.add("7-N");
  58 + allowAttribute.add("7-Y");
59 } 59 }
60 60
61 // System.out.println(forbidAttr + " " + allowAttribute); 61 // System.out.println(forbidAttr + " " + allowAttribute);