_LinkTarget.java (ef39d40d) _LinkTarget.java (bb6af6bc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 45 unchanged lines hidden (view full) ---

54 tRes.tested("Supported", false);
55 }
56 //the only property is read only
57 try {
58 String LDN = (String) oObj.getPropertyValue("LinkDisplayName");
59 tRes.tested("LinkDisplayName",LDN!=null);
60 }
61 catch (Exception ex) {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 45 unchanged lines hidden (view full) ---

54 tRes.tested("Supported", false);
55 }
56 //the only property is read only
57 try {
58 String LDN = (String) oObj.getPropertyValue("LinkDisplayName");
59 tRes.tested("LinkDisplayName",LDN!=null);
60 }
61 catch (Exception ex) {
62 log.println("Exception occured during LinkDisplayName");
62 log.println("Exception occurred during LinkDisplayName");
63 ex.printStackTrace(log);
64 tRes.tested("LinkDisplayName",false);
65 }
66
67 }// EOF LinkDisplayName
68*/
69
70}
71
63 ex.printStackTrace(log);
64 tRes.tested("LinkDisplayName",false);
65 }
66
67 }// EOF LinkDisplayName
68*/
69
70}
71