Authored by zhaoyue

Upsoft pass testing£¬fix little bug

git add --all src/*
git add push.sh
git add pom.xml
git commit -m "Upsoft pass testing"
git commit -m "Upsoft pass testingfix little bug"
git push origin zhaoyue-dev
git status
\ No newline at end of file
... ...
... ... @@ -32,7 +32,7 @@ public class AccountTest {
@Test
public void testLogin() {
System.out.println(loginAndGetToken("user1", "pass1"));
System.out.println(loginAndGetToken(Data.ADMIN_ACCOUNT, Data.ADMIN_PWD));
}
@Test
... ...