Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 9038

Show
Ignore:
Timestamp:
03/16/08 19:47:17 (2 years ago)
Author:
tobie
Message:

prototype: unit tests clean-up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/test/unit/ajax.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/array.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/base.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/dom.html

    r9036 r9038  
    1313  <style type="text/css" media="screen"> 
    1414  /* <![CDATA[ */ 
    15     #testcss1 { font-size:11px; color: #f00; } 
    16     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    1715    #style_test_1 { cursor: pointer; font-size:12px;} 
    1816    div.style-test { margin-left: 1px } 
  • spinoffs/prototype/trunk/test/unit/element_mixins.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/enumerable.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/event.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/form.html

    r9036 r9038  
    88    <script src="../lib/unittest.js" type="text/javascript"></script> 
    99    <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10     <style type="text/css" media="screen"> 
    11     /* <![CDATA[ */ 
    12       #testlog { margin-bottom:2em } 
    13     /* ]]> */ 
    14     </style> 
    1510  </head> 
    1611  <body> 
  • spinoffs/prototype/trunk/test/unit/hash.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/number.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/position.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/range.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/selector.html

    r9036 r9038  
    99  <script src="../lib/unittest.js" type="text/javascript"></script> 
    1010  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    11   <style type="text/css" media="screen"> 
    12   /* <![CDATA[ */ 
    13     #testcss1 { font-size:11px; color: #f00; } 
    14     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    15   /* ]]> */ 
    16   </style> 
    1711</head> 
    1812<body> 
  • spinoffs/prototype/trunk/test/unit/string.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body> 
  • spinoffs/prototype/trunk/test/unit/unit_tests.html

    r9036 r9038  
    88  <script src="../lib/unittest.js" type="text/javascript"></script> 
    99  <link rel="stylesheet" href="../test.css" type="text/css" /> 
    10   <style type="text/css" media="screen"> 
    11   /* <![CDATA[ */ 
    12     #testcss1 { font-size:11px; color: #f00; } 
    13     #testcss2 { font-size:12px; color: #0f0; display: none; } 
    14   /* ]]> */ 
    15   </style> 
    1610</head> 
    1711<body>