Hi Fabian,
2013/3/15 Fabian Christ <[email protected]> > 2013/3/15 Sebastian Schaffert <[email protected]>: > > The problem > > is that this test queries the Facebook Web Service, so it is unreliable > and > > dependent on network connection and service availability. > > My internet connection works fine. No idea why this is not working. > Instead of disabling you could make the test not fail in cases of > connection problems. I imagine you do not want to test the connection > itself but more test exchanged data, right? > We already have that connection test but I forgot enabling it for this test. It might work now. Testing the exchanged data is one part, but I'd also like the test to fail in case Facebook decides they change the data structures they return, so it is worthwhile testing also the webservice. Also, the Facebook Terms of Service do not allow storing their data locally... Anyways, if it is not working, we can simply disable the test for the build. It is non-critical and unlikely to fail if someone changes code in some other location (because it has almost no dependencies). Greetings, Sebastian
