You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2012/09/17 19:26:10 UTC

svn commit: r1386733 - in /incubator/ambari/branches/AMBARI-666/ambari-web/test: installer/step1_test.js installer/step2_test.js installer/step3_test.js installer/step7_test.js login_test.js test-helpers.coffee

Author: yusaku
Date: Mon Sep 17 17:26:09 2012
New Revision: 1386733

URL: http://svn.apache.org/viewvc?rev=1386733&view=rev
Log:
AMBARI-745. Added license headers to unit test files. (yusaku)

Modified:
    incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step1_test.js
    incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step2_test.js
    incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step3_test.js
    incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step7_test.js
    incubator/ambari/branches/AMBARI-666/ambari-web/test/login_test.js
    incubator/ambari/branches/AMBARI-666/ambari-web/test/test-helpers.coffee

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step1_test.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step1_test.js?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step1_test.js (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step1_test.js Mon Sep 17 17:26:09 2012
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 var App = require('app');
 require('controllers/installer/step1_controller');
 

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step2_test.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step2_test.js?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step2_test.js (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step2_test.js Mon Sep 17 17:26:09 2012
@@ -1 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 // TODO

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step3_test.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step3_test.js?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step3_test.js (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step3_test.js Mon Sep 17 17:26:09 2012
@@ -1 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 // TODO

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step7_test.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step7_test.js?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step7_test.js (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/installer/step7_test.js Mon Sep 17 17:26:09 2012
@@ -1 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 // TODO

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/login_test.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/login_test.js?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/login_test.js (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/login_test.js Mon Sep 17 17:26:09 2012
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 var App = require('app');
 require('controllers/login_controller');
 

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/test/test-helpers.coffee
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/test/test-helpers.coffee?rev=1386733&r1=1386732&r2=1386733&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/test/test-helpers.coffee (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/test/test-helpers.coffee Mon Sep 17 17:26:09 2012
@@ -1,3 +1,21 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 # This file will be automatically required when using `brunch test` command.
 chai = require 'chai'
 sinonChai = require 'sinon-chai'