<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/test, branch v0.9.16</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>added input#val method</title>
<updated>2011-06-06T19:49:46+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-06-05T18:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9fdb09ebf86f4bc85ded08371fbafbab75aba8bf'/>
<id>9fdb09ebf86f4bc85ded08371fbafbab75aba8bf</id>
<content type='text'>
Closes #237
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #237
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed $pause to $sleep AND $wait to $pause</title>
<updated>2011-06-05T19:00:45+00:00</updated>
<author>
<name>Di Peng</name>
</author>
<published>2011-06-03T22:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1eebb771e3940ddd6640ddc064d5fa6e539c536d'/>
<id>1eebb771e3940ddd6640ddc064d5fa6e539c536d</id>
<content type='text'>
Closes #207
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #207
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CSS tests on Opera</title>
<updated>2011-06-02T19:51:12+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-02T18:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=9a6967755116f14b6f27fc00b5976b58f0bc6fcd'/>
<id>9a6967755116f14b6f27fc00b5976b58f0bc6fcd</id>
<content type='text'>
Opera translates name colors to numbers (red -&gt; #ff0000)
Other browsers like FF or Chrome translate number to rgb (#ff0000 -&gt; rgb(255, 0, 0)
So avoiding colors in tests is probably the easiest solution...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Opera translates name colors to numbers (red -&gt; #ff0000)
Other browsers like FF or Chrome translate number to rgb (#ff0000 -&gt; rgb(255, 0, 0)
So avoiding colors in tests is probably the easiest solution...
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor $browser's lazy start polling</title>
<updated>2011-06-02T17:50:43+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-06-01T15:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=dad26037521ff681f9a3c3d4a9bebf14fb8e38cc'/>
<id>dad26037521ff681f9a3c3d4a9bebf14fb8e38cc</id>
<content type='text'>
+ unit tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ unit tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix hashchange event on IE8 compatibility mode</title>
<updated>2011-06-02T17:50:39+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T20:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=50076b571da522cf6d2cb92c28519694727e9c31'/>
<id>50076b571da522cf6d2cb92c28519694727e9c31</id>
<content type='text'>
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.

Closes #353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stupid IE8 in compatibility mode or in IE7 mode returns true for `('onhashchange' in window)`, but does not support hashchange event.

Closes #353
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit test in IE7</title>
<updated>2011-06-02T15:55:10+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T19:28:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=aa64d37a23d743d325b9d95cd4725042cca430db'/>
<id>aa64d37a23d743d325b9d95cd4725042cca430db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename deprecated wasCalled() -&gt; toHaveBeenCalled() in all specs</title>
<updated>2011-05-31T08:32:54+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T08:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2e5199997c77cb2febed4ff21bc12a5d5fbad4ce'/>
<id>2e5199997c77cb2febed4ff21bc12a5d5fbad4ce</id>
<content type='text'>
As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As well as wasNotCalled(), wasCalledWith(), wasNotCalledWith()
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize IE XHR bug (status code 1223 to 204)</title>
<updated>2011-05-31T08:23:30+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-31T08:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b2f5299e0e3d6e4892b7fcc37686012147bf0afa'/>
<id>b2f5299e0e3d6e4892b7fcc37686012147bf0afa</id>
<content type='text'>
See http://bugs.jquery.com/ticket/1450
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See http://bugs.jquery.com/ticket/1450
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing white spaces from all source files</title>
<updated>2011-05-19T16:43:56+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-19T15:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=805e083c243655bfaed3c5431dc0f402cb27fcb4'/>
<id>805e083c243655bfaed3c5431dc0f402cb27fcb4</id>
<content type='text'>
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
</pre>
</div>
</content>
</entry>
<entry>
<title>JSTD adapter for running e2e tests</title>
<updated>2011-05-19T16:43:56+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-05-19T15:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=1abdc097b235366759a889bdcc68359653a9b8a3'/>
<id>1abdc097b235366759a889bdcc68359653a9b8a3</id>
<content type='text'>
Couple of changes into angular.scenario runner:
 - add autotest config (runs tests when document ready)
 - update ObjectModel (forwards events)
 - use only one ObjectModel instance for all outputters
 - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step
 - fix generating spec.ids
 - fix 'html' output so that it does not mutate ObjectModel

Couple of changes into docs / generator:
 - rename copy -&gt; copyTpl
 - move docs/static into docs/examples (to avoid conflict with jstd proxy)

Running all docs e2e tests:
========================================================
1/ compile angular-scenario, jstd-scenario-adapter
&gt;&gt; rake compile

2/ build docs
&gt;&gt; rake docs

3/ start jstd server
&gt;&gt; ./server-scenario.sh

4/ capture some browser

5/ run node server to serve static content
&gt;&gt; node ../lib/nodeserver/server.js

6/ run tests
&gt;&gt; ./test-scenario.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Couple of changes into angular.scenario runner:
 - add autotest config (runs tests when document ready)
 - update ObjectModel (forwards events)
 - use only one ObjectModel instance for all outputters
 - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step
 - fix generating spec.ids
 - fix 'html' output so that it does not mutate ObjectModel

Couple of changes into docs / generator:
 - rename copy -&gt; copyTpl
 - move docs/static into docs/examples (to avoid conflict with jstd proxy)

Running all docs e2e tests:
========================================================
1/ compile angular-scenario, jstd-scenario-adapter
&gt;&gt; rake compile

2/ build docs
&gt;&gt; rake docs

3/ start jstd server
&gt;&gt; ./server-scenario.sh

4/ capture some browser

5/ run node server to serve static content
&gt;&gt; node ../lib/nodeserver/server.js

6/ run tests
&gt;&gt; ./test-scenario.sh
</pre>
</div>
</content>
</entry>
</feed>
