Add a test for the sector app.

This also moves the test for stocks into a new tests/examples/
directory, where we can put tests that test the examples.

TBR=abarth

Review URL: https://codereview.chromium.org/1182223004.
This commit is contained in:
Hixie 2015-06-17 15:44:20 -07:00
parent 1133260198
commit 6bec75ad2b

View File

@ -28,7 +28,7 @@ RenderBox initCircle() {
class SectorApp extends App {
RenderBoxToRenderSectorAdapter sectors = initCircle();
math.Random rand = new math.Random();
math.Random rand = new math.Random(1);
void addSector() {
double deltaTheta;