equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
37 * with valid natives and DataFlavors. This stress test will |
37 * with valid natives and DataFlavors. This stress test will |
38 * define numerous mappings of valid String natives and |
38 * define numerous mappings of valid String natives and |
39 * DataFlavors. The mappings will be verified by examining |
39 * DataFlavors. The mappings will be verified by examining |
40 * that all entries are present, and order is maintained. |
40 * that all entries are present, and order is maintained. |
41 * @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard |
41 * @author Rick Reynaga (rick.reynaga@eng.sun.com) area=Clipboard |
|
42 * @modules java.datatransfer |
42 * @run main SetDataFlavorsTest |
43 * @run main SetDataFlavorsTest |
43 */ |
44 */ |
44 |
45 |
45 public class SetDataFlavorsTest { |
46 public class SetDataFlavorsTest { |
46 |
47 |