File tree Expand file tree Collapse file tree 2 files changed +0
-102
lines changed
odps-sdk-commons/src/test/java/com/aliyun/testodps
odps-sdk-core/src/test/java/com/aliyun/odps Expand file tree Collapse file tree 2 files changed +0
-102
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments