| Index: frog/tip/froggertest.html
|
| diff --git a/frog/tip/froggertest.html b/frog/tip/froggertest.html
|
| deleted file mode 100644
|
| index 5682293c708941583d76c466af89314e39d3bd65..0000000000000000000000000000000000000000
|
| --- a/frog/tip/froggertest.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<html> <head><title>Frogger Test</title></head>
|
| -<body>
|
| -<script type="application/javascript"
|
| - src="../../client/testing/unittest/test_controller.js"></script>
|
| -<script type="application/dart">
|
| -#import('dart:dom');
|
| -#import('../../client/testing/unittest/unittest.dart');
|
| -
|
| -void main() {
|
| - test('MathTest', () { Expect.equals(2, 1 + 1); });
|
| - test('BoolTest', () { Expect.notEquals(true, false); });
|
| -}
|
| -</script>
|
| -
|
| -<iframe src="tip.html" style="visibility:hidden;display:none"></iframe>
|
| -</body>
|
| -</html>
|
|
|