Changeset 1553
- Timestamp:
- 02/18/08 21:43:29 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/test/java/net/fckeditor/tool/CompatibilityTest.java
r1550 r1553 91 91 assertTrue(Compatibility.check("Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/1.5.0.9 (Debian-2.0.0.9-2)")); 92 92 } 93 94 @Test 95 public void testOper925Win2k() throws Exception { 96 assertFalse(Compatibility.check("Opera/9.25 (Windows NT 5.0; U; en)")); 97 } 98 99 @Test 100 public void testOpera854WinNT() throws Exception { 101 assertFalse(Compatibility.check("Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; de) Opera 8.54")); 102 } 103 104 @Test 105 public void testOpera95OSX() throws Exception { 106 assertTrue(Compatibility.check("Opera/9.50 (Macintosh; Intel Mac OS X; U; en)")); 107 } 108 109 @Test 110 public void testOpera95WinVista() throws Exception { 111 assertTrue(Compatibility.check("Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 6.0; en) Opera 9.50")); 112 } 93 113 }
Note: See TracChangeset
for help on using the changeset viewer.
