[gjs] Add a fake test failure
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Add a fake test failure
- Date: Fri, 26 Apr 2013 00:11:22 +0000 (UTC)
commit 564dc61d02b854a278b07e21c65c33859ee82dbc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Apr 25 20:03:29 2013 -0400
Add a fake test failure
Do not adjust your television. This is to test automated test
infrastructure and will (hopefully) be reverted immediately
afterwards.
installed-tests/test/js/test0010basic.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/installed-tests/test/js/test0010basic.js b/installed-tests/test/js/test0010basic.js
index 3d09d76..2462fe8 100644
--- a/installed-tests/test/js/test0010basic.js
+++ b/installed-tests/test/js/test0010basic.js
@@ -5,4 +5,9 @@ function testBasic1() {
JSUnit.assertEquals(2, foo);
}
+function testFakeFailure() {
+ var foo = 1+1;
+ JSUnit.assertEquals(5, foo);
+}
+
JSUnit.gjstestRun(this, JSUnit.setUp, JSUnit.tearDown);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]