|
|
@@ -1,7 +1,7 @@ |
|
|
|
/* |
|
|
|
* The Apache Software License, Version 1.1 |
|
|
|
* |
|
|
|
* Copyright (c) 2000-2001 The Apache Software Foundation. All rights |
|
|
|
* Copyright (c) 2000-2001,2003 The Apache Software Foundation. All rights |
|
|
|
* reserved. |
|
|
|
* |
|
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
@@ -446,7 +446,7 @@ public class IntrospectionHelperTest extends TestCase { |
|
|
|
} |
|
|
|
|
|
|
|
public void setTen(File f) { |
|
|
|
if (Os.isFamily("unix")) { |
|
|
|
if (Os.isFamily("unix") || Os.isFamily("openvms")) { |
|
|
|
assertEquals(projectBasedir+"2", f.getAbsolutePath()); |
|
|
|
} else if (Os.isFamily("netware")) { |
|
|
|
assertEquals(projectBasedir+"2", f.getAbsolutePath().toLowerCase(Locale.US)); |
|
|
|