Skip to content

Commit 2592a83

Browse files
committed
remove useless case
1 parent 53d48b1 commit 2592a83

File tree

2 files changed

+0
-102
lines changed

2 files changed

+0
-102
lines changed

odps-sdk/odps-sdk-commons/src/test/java/com/aliyun/testodps/OdpsDeprecatedLoggerTest.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

odps-sdk/odps-sdk-core/src/test/java/com/aliyun/odps/ProjectTest.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,6 @@ public void testGetExtendedProperties() throws Exception {
4242
System.out.println(properties);
4343
}
4444

45-
@Test
46-
public void testGetSystemVersion() throws Exception {
47-
Map<String, String> map = odps.projects().get().getSystemVersion();
48-
for (Map.Entry<String, String> entry : map.entrySet()) {
49-
System.out.println(entry.getKey()+ ":" + entry.getValue());
50-
}
51-
assertTrue(map.containsKey("WORKER_GIT_BRANCH"));
52-
assertTrue(map.containsKey("WORKER_GIT_REVISION"));
53-
assertTrue(map.containsKey("WORKER_GIT_URL"));
54-
}
55-
5645
@Test
5746
public void testGetBuid() throws OdpsException {
5847
Project p = odps.projects().get();

0 commit comments

Comments
 (0)