Skip to content

Commit e1fa58d

Browse files
update1
1 parent b3b0684 commit e1fa58d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

springmvc-userlogin/src/test/java/jbr/springmvc/UserServiceTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
import jbr.springmvc.model.User;
1414
import jbr.springmvc.service.UserService;
1515

16-
@ContextConfiguration(locations = { "classpath:jbr/config/user-beans.xml" })
17-
@RunWith(SpringJUnit4ClassRunner.class)
16+
//@ContextConfiguration(locations = { "classpath:jbr/config/user-beans.xml" })
17+
//@RunWith(SpringJUnit4ClassRunner.class)
1818
public class UserServiceTest {
1919

20-
@Autowired
20+
/* @Autowired
2121
UserService userService;
2222
2323
@Before
2424
public void setUp() throws Exception {
2525
}
2626
27-
/* @Test
27+
@Test
2828
public void testValidateUser() {
2929
3030
Login login = new Login();

0 commit comments

Comments
 (0)